STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Position Independent Code in STM32F479

Posted on January 29, 2018 at 10:03Hi,We are using STM32F479 processor with RTX OS. The project is a C++ based code build in Keil. We want to design firmware upgrade. We are planning to have two slots,  Slot 1 at  0x8008000 and Slot 2 at 0x8080000. ...

Resolved! STM32H7xx Example-programs

Posted on January 28, 2018 at 16:09I am using the STM32H743 together with uVision 5.Are there any example-programs available not using RTOS2 and CubeMX ?What I am missing are simple demo-programs like Blinky ( without RTX ) and a demo-programusing t...

stpmc-1 module spi driver

Posted on January 28, 2018 at 13:40I am using stm32f429igtx controller. I am trying to interface stpmc-1 energy calculator module with the controller. stpmc-1 module uses some kind of SPI protocol. I need to know whether st provided any driver file ...

Resolved! why interrup occerd when TIM1 is not ENABLE??

Posted on January 25, 2018 at 10:19hi guys.i wrote a code with IAR , and when is run the code in stm32f103ret , cpu go to  the interrupt s routin.i dont know why??!!i want to have 1msecond delay for each timer priode , but i cant do that. when the c...