User Activity

I just started a new project with FreeRTOS on the board.When generating code via MX, there is a message about Systick configuration issue.The problem is, I cannot change the configuration about SYS and TIM.What can be the issue? What do I have to cha...
I changed an example program for STM32F4 Discovery Board to C++ project.When compiling the project, there are files included from BSP, which includes a definition:extern "C".When compiling the project, the first error is the following:../../Drivers/B...