I am currently working on a project using STM32U575 with Trust Zone activated. I am using IAR compiler.I am facing an issue where Bus Fault is triggered whenever a PUSH isntruction is executed during the call to a cmse_nonsecure_entry functionBFAR ad...
I'm currently having a problem with a STM32F446 nucleo board, I'm trying to write a Firmware that takes in data from some sensors connected to the board (velocity, ecc) and prints it every second. The code I wrote respects the specification, but the ...
MCU: STM32l47xxxHi,I am attempting to modify Option Bytes in code and am seeing undesirable behavior.The purpose for modifying the OBs is to be able to reset into Bank 2 afterward. I am implementing to perform a on-the-fly DFU similar to the method f...
Hello,I'am trying to connect the AD7771 (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7771.pdf) with a STM32F413. The question is, if it is possible to configure the QSPI as slave to receive the data from the AD7771 via DOUT0...