User Activity

I think that STM32CubeIDE is not bad now but I also think Eclipse is too old and base version of STM32CubeIDE is very old which it's not support in many feature.I think there are two necessaries feature in future are git support (I had use external o...
I have experience with STM32CubeMX for a while.I usually use many projects in same time because I have to config a production board follow development board configuration or I have to find what the difference between them. So I think that it's easier...
I had use RTC calendar in STM32 with ext-oscillator.but I was surprised when I try to set date which it's don't set day of week by itself.and they also had no function to find day of week too.OK. I make this function follow Sakamoto's methods calenda...
I had a 3.5inch display with stm32G01CET.I had design some UI with many component in it.But it had only an image which the size about 400px x 200px is incomplete rendering.So I have no idea how do I fix it
I had use VBat with external low frequency OSC for RTC which it's can run fine even reset has occurred. But it's has problem when it was boot from power off with VBat. it's going to TimeOut error while checking LSE state in RCC initial./* Check the L...