Re: Interesting problem with mm_heap_s and mm_semaphore

2022-09-27 Thread Jernej Turnsek
I guess I could move the whole region a few bytes forward. On Tue, Sep 27, 2022 at 12:57 PM Jernej Turnsek wrote: > Hi, > > I am using mm_heap region from address space which starts with 0x. > ITCM memory on NXP i.MX RT10xx processors has this address. in mm_heap_s > structure, mm_semaph

Interesting problem with mm_heap_s and mm_semaphore

2022-09-27 Thread Jernej Turnsek
Hi, I am using mm_heap region from address space which starts with 0x. ITCM memory on NXP i.MX RT10xx processors has this address. in mm_heap_s structure, mm_semaphore is the first element and when initialized, it is compared to NULL, thus initialization fails. To get around this problem I