User Activity

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...
I am trying to figure out SPI communication between two microcontrollers: I have an STM32H755 Nucleo and a Nucleo G47RE. I tested basic communication by shorting MOSI and MISO on both boards separately, and it works in full duplex master mode. Both c...