• Why the link list can not be assignment correctly?
    typedef struct { char * SongName; unsigned char * SongDir; unsigned int SongIndexInGroup; unsigned int SongPlaying; }SongInformation; typedef struct song_link { SongInformation SongInfo; unsigned...
  • Why the link list can not be assignment correctly?
    typedef struct { char * SongName; unsigned char * SongDir; unsigned int SongIndexInGroup; unsigned int SongPlaying; }SongInformation; typedef struct song_link { SongInformation SongInfo; unsigned...
  • MDK-Arm and Segger J-Link, Debugging is not working correctly
    Hey community, i am using Keil uvision 5 with the MDK-ARM 5.10 light and a Segger J-Link EDU. I am using a LPC2919 Board from Olimex. My problem is, that when i jump in the Debug-Modus, i...
  • MDK-Arm and Segger J-Link, Debugging is not working correctly
    Hey community, i am using Keil uvision 5 with the MDK-ARM 5.10 light and a Segger J-Link EDU. I am using a LPC2919 Board from Olimex. My problem is, that when i jump in the Debug-Modus, i...
  • Correctly linking extension code to existing ROM code
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...