We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello!
I need to start writing optimized functions for the Cortex M55 processor, but I decided to start with a simple one and output the "Hello World!" into console in ARM DS.
I do not have a processor at hand and need to simulate the code without it.
Below is the structure, code, and configuration of the project:
below debug configuration (only what I set up) and opened after connecting window:
/resized-image/__size/496x664/__key/communityserver-discussions-components-files/15/pastedimage1718634980799v2.png
As a result, nothing happens when debugging is started, I don't understand how to view the output in the console, and the breakpoints in the code don't work.