CheMax Community Member
- Member since Jan 30th 2019
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
CheMax -
Replied to the thread SystemView: total CPU load over 100%.
PostHello, Nino Yes, I made those changes right away. Without them, I got a compilation error. But thanks for the link to the thread, I probably missed it when searching. She gave me a couple of thoughts, I want to check them. I'll supplement the answer a… -
CheMax -
Posted the thread SystemView: total CPU load over 100%.
ThreadGood day, I checked the forum for similar topics, but no answer was found. So I reopen it. I came across the fact that when analyzing the operation of the system, the total load is more than 100%.There are only three processes in the project: main,… -
CheMax -
Replied to the thread CMSIS5: Errors with using C++.
Postso, a little fix resolve this problem: C Source Code (9 lines)It turns out that in the h-files of the smsys library it is necessary to add missing "extern "C" ". -
CheMax -
Posted the thread CMSIS5: Errors with using C++.
ThreadHello, I ran into an unpleasant moment due to which the build of my project stopped.The project was created for the STM32 microcontroller to study the use of C ++ for embedded systems. The corresponding packages are installed: stm32l4; CMSIS 5 (Core and…