Skip to content

displayTask fails on master branch now #2

@ESP32DE

Description

@ESP32DE

hi jeroen,

with the vanilla esp-idf ( master ) with psram support now
we have in menuconfig new possibles for "psram" config:

grafik

with the psram-malloc branch i get this output and it is ok and esp32-doom runs well on this hardware:
grafik

grafik

on same hardware and with the actually vanilla esp-idf with psram support
espressif/esp-idf@d78ba78

i get this
grafik

and it stop here:
grafik

grafik

https://github.com/espressif/esp32-doom/blob/master/components/prboom-esp32-compat/spi_lcd.c#L306

	//We're going to do a fair few transfers in parallel. Set them all up.
	for (x=0; x<NO_SIM_TRANS; x++) {
		dmamem[x]=pvPortMallocCaps(MEM_PER_TRANS*2, MALLOC_CAP_DMA);
		assert(dmamem[x]);
		memset(&trans[x], 0, sizeof(spi_transaction_t));
		trans[x].length=MEM_PER_TRANS*2;
		trans[x].user=(void*)1;
		trans[x].tx_buffer=&dmamem[x];
	}
xSemaphoreGive(dispDoneSem);

i have try all three options in menuconfig but it finish not to start.
grafik

did we need a special change in code?

txs
best wishes
rudi ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions