User Activity

Is there ST implementation for CMSIS-Driver tamplates? Especially for STMH7?If there is one where can I found it?​
Hello,I want to seperate my TX messages with an IDLE frame (all 1) in order to be able the sync to it​ on the RX side by getting an IDLE interrupt.Is there an elegant way using the USART regs to verify that I send at least one IDLE before staring my ...
While working with NUCLEO-H743ZI​ board I noticed that if my already burned program use the UART port over the USB (multiplexed with ST-LINK/V2) I can't earse the FLASH using the STM32CubeProgrammer.Earsing the image with IAR IDE and program the FLAS...
I'm working on the NUCLEO-H743ZI (STM32 H7 processor).In main after enabeling the MPU I enabled the D-Cache by calling SCB_EnableDCache()​.I noticed that my RAM starting at 0x30000000 is getting corrupted after calling SCB_EnableDCache() .Any Ideas w...
I'm running the above application taken from STM32Cube_FW_H7_V1.2.0 running on NUCLEO-H743ZI​.The HTTP server work OK. I'm connecting to it and see its two web pages.But when I try to PING it from the PC I don't get any reply/response. Looking in wir...