Search found 6 matches

by funkydunky
Tue Mar 01, 2022 9:45 pm
Forum: ESP-IDF
Topic: undefined reference to task functions in separate components
Replies: 2
Views: 2986

Re: undefined reference to task functions in separate components

better late than never.

i did exactly the same as you and had the same troubles. i got rid of this linker problem with


set_property(TARGET ${COMPONENT_LIB} APPEND PROPERTY LINK_INTERFACE_MULTIPLICITY 4)

in the decoder components
by funkydunky
Fri Mar 13, 2020 3:56 pm
Forum: ESP-IDF
Topic: cant get PSRAM to work
Replies: 7
Views: 9190

Re: cant get PSRAM to work

Ah, thought it was clear.

I did that and the esp crashes when I call heap_caps_get_largest_free_block(). The error message is the same message as above
by funkydunky
Thu Mar 12, 2020 10:07 pm
Forum: ESP-IDF
Topic: cant get PSRAM to work
Replies: 7
Views: 9190

Re: cant get PSRAM to work

hmm does anyone have any tips where to look/what to test? i'm stuck(again) :(
by funkydunky
Thu Mar 12, 2020 3:53 pm
Forum: ESP-IDF
Topic: cant get PSRAM to work
Replies: 7
Views: 9190

Re: cant get PSRAM to work

does anyone have any hints for me what i can check or test to get the external ram working?
by funkydunky
Tue Mar 10, 2020 9:51 pm
Forum: ESP-IDF
Topic: cant get PSRAM to work
Replies: 7
Views: 9190

Re: cant get PSRAM to work

hmmm, i get an

Code: Select all

Guru Meditation Error: Core  0 panic'ed (StoreProhibited) at pc=400991f8. Setting bp and returning..
error
by funkydunky
Mon Mar 09, 2020 9:44 pm
Forum: ESP-IDF
Topic: cant get PSRAM to work
Replies: 7
Views: 9190

cant get PSRAM to work

ok, i'm havinbg troubles getting my psram to work rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:6912 ho 0 tail 12 room 4 load:0x400780...