• C141 syntax errors unable to debug
    am getting c141 error in the below piece of code /***** Utility Functions *****/ void wrdata (BYTE data); error is coming here for the prototype definition also am getting the same error if the...
  • C141 syntax errors unable to debug
    am getting c141 error in the below piece of code /***** Utility Functions *****/ void wrdata (BYTE data); error is coming here for the prototype definition also am getting the same error if the...
  • Stack / Heap Sizing Startup File Syntax
    I went through and after some work, got FreeRTOS compiling on a STM32 CM0 with 4kb of RAM. I couldn't get FreeRTOS to fit due to allocation too much heap space in the default config.This is the first...
  • Stack / Heap Sizing Startup File Syntax
    I went through and after some work, got FreeRTOS compiling on a STM32 CM0 with 4kb of RAM. I couldn't get FreeRTOS to fit due to allocation too much heap space in the default config.This is the first...
  • cannot debug clock.error message : c(727): error C141: syntax error near 'void'
    void nihao() { <------ when i debug, y there my brace turn red? tmp=5; if (count==tmp){ P0=0x00; P2=0X00;} if (count==tmp+2){ //n P0=0xfe; P2=0x03;} if (count==tmp+4){ P0=0x0c; P2=0X00;} ...