User Activity

Hi,I'm working on stm32l496 and I try to write data to a custom flash section, in the .ld file I put new sector :/* Memories definition */MEMORY{[...]FLASH (rx) : ORIGIN = 0x08003800, LENGTH = 0x07B800config(rx) : ORIGIN = 0x0807F000, LENGTH = 2Kcomm...
Hello,I am working on power management and I put MCU in sleep mode (no low-power), but it doesn't wake up when it receives a CAN frame, it stays in sleep mode. I would like any CAN frame to wake up the MCU.To switch to sleep mode I use :HAL_PWR_Ent...