• Spliting the code in ARM GCC linker script
    Hi I have a project that requires a function to be placed at a particular location in flash (0x15555 to be precise). The issue is that my code is larger than this. When I build now, I...
  • Spliting the code in ARM GCC linker script
    Hi I have a project that requires a function to be placed at a particular location in flash (0x15555 to be precise). The issue is that my code is larger than this. When I build now, I...
  • Read/Write Variable in Source Code Using the Debug Script
    Hi. I'm just trying to learn how to use the debug script and what I want to do is to modify a variable from the source code, continue to run whatever functions the variable is involved and store...
  • Read/Write Variable in Source Code Using the Debug Script
    Hi. I'm just trying to learn how to use the debug script and what I want to do is to modify a variable from the source code, continue to run whatever functions the variable is involved and store...
  • Cyrillic scripts
    Hi, how is it possible to add Cyrillic scripts in one of my c-files (working with mdk version 3.4)? const char text_cyrillic = {"Cyrillic script"}; best regards Arne