Search Results
Search results 1-6 of 6.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, I am trying to debug my project on SES. I connected my board with Jlink and opened RTT Viewer to watch my logs. My project has an RTC watchdog that resets my program in case of a timeout. I saved my logs from RTT viewer and then I used SES debugger to see my logs. when I compared the logs for a resemble behavior of my code I noticed that the SES debugger printed much more logs than the RTT viewer. I wanted to ask what may cause those differences? and which tool will be more accurate to de…
-
Hello, I am developing an application. I used SES version 3.34 to develop the project now I am trying to upgrade SES to version 5.50 and I have some compilation errors like this: - '%05d' directive output may be truncated writing between 5 and 7 bytes into a region of size 6 [-Werror=format-truncation=] that I never had in the 3.34 version. Is there a way to fix these compilation errors? thanks.
-
Hello, I am using embOS for Cortex-M and SEGGER Embedded Studio version 5.14 on a nRF52840 DK. When I try to build the sample project OS_startLEDBlink the following errors occurs : - section `.text.main' will not fit in region `UNPLACED_SECTIONS' - region `UNPLACED_SECTIONS' overflowed by 5548 bytes Is there a way to fix it?