Search Results
Search results 1-7 of 7.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello Nino, Thanks for clarifying the differences!
-
I'm wondering, what is the difference between those two compilers? Thanks in advance.
-
Hello rico, You can do that by setting Project Options/Debug/J-Link/Erase All to YES.
-
Hello Andrew, This is not a bug, if you use C++ compiler, you should mark your ISR functions with extern "C" to instruct the compiler to use C linkage. That way, your ISR functions will be linked with the proper symbols in the vector table. Hope it helps. BR, Thomasso
-
Hello, I'm evaluating SES for ARM v4.42 on macOS Mojave (10.14.6) and run into several issues. #1 Using the built-in GCC compiler and the building is EXTREMELY SLOW, average speed is 1 target/sec or less! Tried on multiple threads with auto or manually set threads count, doesn't help. Using the STM32CubeIDE with the built-in compiler (GNU tools for STM32 7-2018-q2-update) is much much faster, so this problem is not related to computer performance or OS problem. #2 The menu item Debug / Debug wit…