Part Number: MCU-PLUS-SDK-AM243X
Hello,
we are using a shared memory section on AM243x. I have some use cases where I would need atomic variables on this shared non-cached memory.
I've seen that this is not possible as the core enters the data abort handler (HwiP_data_abort_handler_c()) as soon as for instance a ldrex instruction is called.
Is there any way to use atomics in shared memory or is the design in general wrong?
Kind regards