Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I noticed that STCubeIDE provides extra information when highlighting the USE_NEWLIB_REENTRANT parameters in the FreeRTOS configuration. I had to maximize that window to read the last line saying: "Warning: if enabled without using newlib, CubeMx project compilation will fail ("cannot open source file "reent.h")". Not completely sure what is meant by 'using'. Set the parameter USE_NEWLIB_REENTERANT to no. When STCubeIDE generates by clicking YEW to the question related to generating the code wit…

  • When creating an STM32CubeMX project with FreeRTOS middelware, the CubeMX strongly suggest to set USE_NEWLIB_REENTRANT. After settings this option and changing the systick to TIM6, this project happily compiles with STM32CubeIDE. When following the Seggers instruction to import an STM32CubeMX project (wiki.segger.com/Import_project…CubeMX_to_Embedded_Studio) The freshly created Segger project fails during compilation complaining about a missing reent.h. I can't find reent.h on my filesystem. Any…