How to share data between cores (CM4 and CM0Plus) with STM32WL55JC1
Hi, I'm using the CM4 core to receive the data and store it in the SD card, once the FATFS only works on this core. Furthermore, I want to send this data via LoRa, but it only works on the other core (CM0Plus). How can I share this information between them? Any article or guidance is welcome.
Other thing that occured to me is that I can just have the same code running in both cores (only with the respective parts). For example, activate ADC for both cores and declare the same variables and pins. Is that possible? If it is, is it worth it, or it's better to share the data between them?
