• STM32F4 pack v2.0 release timeframe
    Hello, we are starting a new project based on STM32F4, till this date we had used original STM32 standard peripheral library with Keil RTX, as it was till MDK 5.10. In 5.11, I know that there is a new...
  • STM32F4 pack v2.0 release timeframe
    Hello, we are starting a new project based on STM32F4, till this date we had used original STM32 standard peripheral library with Keil RTX, as it was till MDK 5.10. In 5.11, I know that there is a new...
  • 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...
  • 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...
  • 'Packed' attribute support for STM32F4 (Cortex-M4)
    Hi. My target is a STM32 MCU with a Cortex-M4. I have downloaded the arm-none-eabi toolchain for Windows 10 (gcc-arm-none-eabi-8-2018-q4-major). I am compiling using Makefile and Cygwin. In my...