• DOS fonts in editor KEIL
    How I can write the text of the comments in the editor of the assembler KEIL in DOS - to the coding (fonts)? The editor IDE Franklin Proview it is able to make!
  • DOS fonts in editor KEIL
    How I can write the text of the comments in the editor of the assembler KEIL in DOS - to the coding (fonts)? The editor IDE Franklin Proview it is able to make!
  • ERROR: #869 : could not set locale "" to allow processing of multibyte charactor
    #include<lpc23xx.h> int main(void) { PINSEL3 = 0x00000020; /* Slect PWM1.1 */ PWM1PR = 0x00002EE0; /* Prescaler to 12000 and timer run at 12MHz*/ ........ ........ } I wrote...
  • ERROR: #869 : could not set locale "" to allow processing of multibyte charactor
    #include<lpc23xx.h> int main(void) { PINSEL3 = 0x00000020; /* Slect PWM1.1 */ PWM1PR = 0x00002EE0; /* Prescaler to 12000 and timer run at 12MHz*/ ........ ........ } I wrote...
  • font[i].count & font[i-16].count in 390
    The target options:contiguous mode:512KB program,off-chip code memory(0x0000:0xfc00),off-chip xdata memory(0x20000:0x10000). extern code struct font_t font[]; void main(void) { unsigned char count;...