Resolved! [Corrected - STM32G747VE] Non-Maskable Interrupt while reading flash memory
Hi,I suddenly get this kind of interrupt in a code that was previously working perfectly. The instruction that makes this interrupt arise is *dst=*ptr. You can check below the function:void readHistoryFile(unsigned short * dst){ unsigned short * ptr...