• Learning RTOS (especially Keil RTX) on STM32F4 Discovery board
    Hi guys, Just got my STM32F4 Discovery board and I'm very interested to learn RTOS Naturally, it'd be best to start with Keil RTX as it's included in the MDK I would be very grateful if you could...
  • Learning RTOS (especially Keil RTX) on STM32F4 Discovery board
    Hi guys, Just got my STM32F4 Discovery board and I'm very interested to learn RTOS Naturally, it'd be best to start with Keil RTX as it's included in the MDK I would be very grateful if you could...
  • Reset problem with stm32f4
    Hello, My board consists of stm32f427 and I have a strange problem. Calling NVIC_SystemReset() causes CPU to hang. This happens only on some boards. I could overcome the problem in one of the following...
  • Reset problem with stm32f4
    Hello, My board consists of stm32f427 and I have a strange problem. Calling NVIC_SystemReset() causes CPU to hang. This happens only on some boards. I could overcome the problem in one of the following...
  • STM32F4 Problem with #pragma pack(x)
    Hello, Depending on the control #pragma pack(x), the result of the compilation is different. In C++, Here's the problem, but it is more difficult without picture: With #pragma pack(2), the result...