User Activity

Strange behavior of STM32H743. It continuously reset every few seconds.I check reset reason with this part of code after system startup:if (__HAL_RCC_GET_FLAG(RCC_FLAG_IWDG1RST)) { _PRINTF("RESET_CAUSE_INDEPENDENT_WATCHDOG_RESET\n"); } else...
Hello. I have custom board with STM32H743 and USB3320 in Full Speed Mode. Dont have problem with initialization of MSC (Window read descriptor, configuration and other). But when read blocks from SD card some trouble occurs. With USBPcam and Wireshar...
Hello. We have custom board with STM32H743XI mcu and USB3320. Power supply for microcontroller is 1.8V. When initialized USB1_HS in Full Speed mode, PC recognized board like VCP and data transaction is ok. But when initialized in High Speed mode, PC ...
Maximum CPU freq. with 3.3V power supply for STM32H7 series is 400 MHz. Is it the same for 1.8V?
Hi. I got Cryptographic Library from ST. I added M4_CryptoFW_2_0_6.a to my project and tried calculate SHA256. But got hardfault when call SHA256_Finish function. Hardfault message is " A precise data access error has occurred (CFSR.PRECISERR, BFAR) ...
Kudos from