User Activity

I am using stm32h747 with Microsoft Azure. I am using a LCD Screen with LTDC controller and am using stemwin for GUI. I have multiple UI pages. In every page, I am getting the time from internal RTC of MCU and displaying it on the screen. I am updati...
HI,I have successfully implemented encryption in my project using STM32 cryptographic firmware library software expansion for STM32Cube. It works fine with 128 bit AES encryption (i.e. using 16 bytes long AES key). However, I need to implement 256 ...
I am using STM32H747BI MCU and I have one project to write the data to flash memory. I am using core 7 to write the data to flash. While writing, I have to encrypt the data. So I requested cryptographic library software expansion from STM32 and they ...
I have few confusions:How do you activate QUADSPI Indirect mode ? Does MX_QUADSPI_Init() activates the Indirect mode ? Is the default mode Indirect mode after initialising QUADSPI ? Do you need to activate it somehow from the software or some command...