Not much information is visible on the screenshot you provided. Please select tab Problems in the bottom part of the window to get more information regarding the errors.
In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Thanks for your feedback, in the screenshot below the problems are shown but I wonder because the available RAM size for user according to the data-sheet of the MCU is 1MB and more than 800MB are available for user. those global variables I defined just take up 450 MB space . for my application, it is critical to store all data-samples in Ram first, then send them to a WiFi module then clear the buffer to do it again once each hour.
You're going to have to look at the Linker Scripts (.LD). The RAM is NOT all contiguous, you might have to make decisions about which to use based on speed and distance from the core, and how critical any particular data structure is.
Not going to be able to tell what is going on from the screen shot
Thanks for your feedback, in the screenshot below the problems are shown but I wonder because the available RAM size for user according to the data-sheet of the MCU is 1MB and more than 800MB are available for user. those global variables I defined just take up 450 MB space . for my application, it is critical to store all data-samples in Ram first, then send them to a WiFi module then clear the buffer to do it again once each hour.
800/450 MB ??
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..