User Activity

Hi everyone,I’ve noticed that STM32 drivers make extensive use of macros, and I’m curious about the reasoning behind this. Is the primary motivation is to increase performance / improve maintainability / are there other factors involved?
Hello, for safety applications, are there any recommendations for tool chains from ST's side?
Why the uart stops working on stm32h755 device once the core clock has been modified and code has been generated using cubemx. It comes with a BSP code for serial communication (which i tried seperately) , that is also not working once the core clock...
My workI have been experimenting with ethernet with tcp server, and i got some good referance to start the basic level of communication from the follwoing pages.https://controllerstech.com/stm32-ethernet-4-tcp-server/https://community.st.com/t5/stm32...
HI community,I got my hands on a MAX22192 evaluation kit (SPI GPIO expander) , currently attempting to communicate with it. While I can receive the input status from the IC, it doesn't respond to the commands I'm sending to it through NUCLEO G474RE.T...