Resolved! I am interested in ST31G microprocessor. But why can't I find a datasheet about it?
https://www.st.com/en/secure-mcus/st31g256.html#overview
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...
I've been trying to implement a clock and calendar into my solar tracker project(using an stm32f103) so that I can set at which time it should go to sleep ( and for how long) , but every time the board goes into standby the counter -unfortunately- ge...
I am getting this error after I modify my linker script (which I got from a project created with CubeIde):$arm-none-eabi-objcopy -O binary Prog_test_H735.elf Prog_test_H735.bin$arm-none-eabi-size Prog_test_H735.elf text data bss dec ...