Does anyone know what is causing this error and how to fix it in STMCubeIDE? As shown, this is specific to STM32F107VCT as it may be that STM32F4 does not see this. Buildable code cannot be generated.Thanks!@Amel NASRI
@srdas,Thanks for your reply. However, I already had this setting in FreeRTOS (Enable USE_NEWLIB_REENTRANT) and it was not the solution. A representative from ST helped out with this and the picture below explains the proper setup. The setting below ...
Hi @STTwo-32 Yes, that was the first thing I tried before opening this post. This field does not accept changes.Is newlib already tucked into this tree? Even if I were able to change that field, which I can't, does this project still need newlib adde...
Hi @STTwo-32 So, I went into the FreeRTOSConfig.h file and found this already set to 1. /* The following flag must be enabled only when using newlib */#define configUSE_NEWLIB_REENTRANT 1 Then found this in the FreeRTOS.h file: /* Must be defaulted b...