User Activity

Hello,According to the Reference Manual v8 of STM32H753 one has to to flush the FIFO to perform a cipher operation:  The STM32Cube source code example is not doing this flush for AES-GCM (it does the flush for DES and TDES)I implemented my code like ...
My setup is:STM32H753 eval boardSTM32CubeIDE 1.10.1code generated with arm-none-eabi-gcc (no stdlib, no semiihosting, no ITM)The code is located in AXI-SRAM memory.I can execute the code and break wherever I want. However when I break I cannot step i...
The value of register VTOR at reset is "unknown" in the STM32H753 Programming Manual.I assume this is because it depends on the boot configuration of the product (boot pin and boot adress option byte) ?Is it correct to say that in the default boot co...
The STM32H753 has 2 CRCs. One global CRC and one specific for Flash memory.I think it is possible to use the global CRC for flash memory right ? The benefit would be to use a different polynom than the one from Flash CRC.is it possible to have an ide...
I have a Cypress S25FL064 flash memory connected through QSPI interface to a STM32H753.The memory is booting in "single IO" mode (ie. classical SPI protocol with MISO/MOSI signals).In this mode I am able to erase, program and read the memory through ...
Kudos from