Ask questions, find answers, and share insights on STM32 products and their technical features.
I have implemented my entire application in Touchgfx and FREERTOS and using the NOR flash as the external memory device. Now, is there any way to copy the entire code stored in NOR to SDRAM and run execute from there. Just like boot loading from NOR ...
https://www.st.com/en/secure-mcus/st31g256.html#overview
I have a tilt sensor KX112 connected to the STM32L151CC on I2C2. It seems to work fine but at times the I2C bus comes up as busy and the sensor cannot be read. Rebooting the board solves the problem for a while but it crops up again. I am running th...
I have working external clock source HSE system clock configuration, now wanted to change to HSI (internal clock).But simply changing to HSI will not fix all the Multipliers and dividers to get same frequency output. Is there way to import the System...
HI,I am using the STM32F411E-DISCO board.and, I'm going to read the image from SDcard and deliver it to FT800 by SPI.The problems that have occurred are as follows.If I use SPI without SDIO, FT800 works normally.If I only use SDIO, I can read and w...
We are working with KSZ8563 3 port ethernet switch over the RMII interface. Communication is MDIO and it is working. But we couldn't run the lwip udp example.Is there any sample software on KSZ Phys, so I will check the settings? Our controller is ST...
Good afternoon everyone!I hope you are well. I happen to be new to handling STM32 and I want to generate an interrupt with I2C, CAN ANYONE HELP ME WITH THAT?I just need to know what functions I need and how I generate the interrupt routine.I have a S...