• Latest Keil MDK PRO, STCubeMX (F7) don't play together for RTOS
    I am targeting STM32F745 and STM32F105. I am using MDK-PRO (5.23), STM32cubeMX(F7), all packs are up to date. -> Has anyone been able to build a FreeRTOS project with STM32CubeMX? (launched from...
  • Latest Keil MDK PRO, STCubeMX (F7) don't play together for RTOS
    I am targeting STM32F745 and STM32F105. I am using MDK-PRO (5.23), STM32cubeMX(F7), all packs are up to date. -> Has anyone been able to build a FreeRTOS project with STM32CubeMX? (launched from...
  • Grouping Bits Together
    To declare the whole I/O port, I use sfr. To declare individual bits, I use sbit. How do I declare a variable that contains only a few bits like port0^0, port0^1, and port0^2. I want my variable to be...
  • Grouping Bits Together
    To declare the whole I/O port, I use sfr. To declare individual bits, I use sbit. How do I declare a variable that contains only a few bits like port0^0, port0^1, and port0^2. I want my variable to be...
  • Regarding usage of printf for serial communication
    I am writing some serial data transfer apllication, i was seeing some examples given by keil. in that hello world example i have seen. i that they have used printf function which will print in serial...