User Activity

I want to use some C++17 new features. But current STM32CubeIDE with gcc version 7-2018-q2-update only support g++14.If I replace gcc tool chain with the latest version, could I get what I want?If yes, how to replace it?If no, is there any way?Thanks...
Posted on June 18, 2018 at 07:16I generate a TrueSTUDIO project for STM32F042K6 to make a USB CDC VCP device using STM32CubeMX-4.23, firmware 1.9.0. Change RX/TX buffer size to 256bytes, and SYSCLK source to HSI48.Build Project OK.Debug and then cli...
Kudos from