Hi all,
I have build an application running on a stm32F429 discovery board. The basic code was generated using STM32CubeMx Further i have successfully expanded the code to run the application in C++ using STDLIB, exception handling and redirect standard io . My problem.. I want to add FreeRTOS or CMSIS-RTOS. Doing so gives problems if i include <iostream>/use std::cout
My question: Can anyone tell of there are limitations with CMSIS/KEIL 5.x using STDLIB (iostream) in combination with RTOS
Thanks!