Hi,
Does someone know if it is possible to implement shared semaphores within dual-core architecture using CMSIS library.
I am working with a LPC4337 dual-core and need to access the same peripheral with both cores. I tried to use a variable osSemaphoreId mapped in the same address for both firmware but it doesn't work.
Or should I use my own variable and write my own semaphore access ? :/
It's way better to queue file accesses implementing a single "file server thread" than to try complex solutions. Especially since file system accidents doesn't get solved with a simple reset but can cost lots of already collected information.