Question
TrueSTUDIO: Easy to load firmware and HAL C++
Posted on February 26, 2018 at 13:03
I'm trying to switch from Sw4stm32 to TrueSTUDIO but I have some problems.
In sw4stm32 you can easily download the firmware using the button, how can I do similar in TrueSTUDIO?In addition, you can create a C++ project in Sw4stm32 and select the HAL, FreeRTOS, and USB HID libraries when you create it.
In TrueSTUDIO I have not found how to do this and because of this I generate the project using CubeMX, but it generates a project on C. How can I easily create a TrueSTUDIO project in C++ with the libraries I need?