stm32H747 disco Data Sharing
Hi,
I'm running into issues writing to SRAM4 buffer (0x38001000). Apparently, there isn't any empty locations for (0x38001000-(0x3800FFFF)) address.
I currently have the M7 to service as a user interface (basically 3 screens) to access the M4 peripherals for motor control. In short, the goals is to receive an integer (10-100) to set the instance of the PWM.
The issue that I'm having is not being able to write to SRAM4 for the locations that I provided. An empty location throughs a fault error. I thought this area is pretty much a reserved as user needed location. Additionally, there's data that's being wrote to it from someplace.
Does this have anything to do with the linker or the screen Data? I'm learning so, I don't know. Can you please help?
Thanks in advance,
