User Activity

Hello,I want to persist data in flash memory from the Cortex M4 program.I created a section in the linker file:.mySection 0x000000001002f000 : { KEEP(*(.mySection)) } >RAM1_dataSo i know where my data is in the RAM memory but i don't know how to ...
Hello,I'm trying to develop an application that use an STM32MP1 Series (STM32MP157A-DK1 for the moment)My application need inter-processor communication between the A7 and M4 CoresI had generated my project with STM32CubeMX and the project is success...
Hello,I'm trying to connect some sensors to the I2C1 connectors of the STM32MP157A-DK1 and read datas from a linux application (Cortex A7). It doesn't works...But I successfully read data from the I2C5 connectors from the Cortex M4 processor.I used t...
Kudos from