• missing startup file.s when generating the code with STMCubemx
    Hallo everyone. uhh latley i have been have issue when i auto generate a code with cubemx it doesnt load the startp s file for the board as you can see in the text under Build started: Project: test ...
  • missing startup file.s when generating the code with STMCubemx
    Hallo everyone. uhh latley i have been have issue when i auto generate a code with cubemx it doesnt load the startp s file for the board as you can see in the text under Build started: Project: test ...
  • Global Vs Local Variable
    I have all global variables in my project. Since RAM data size has almost become full, i wanted to replace some of the global variables with local variables in functions. But each local variable declaration...
  • Global Vs Local Variable
    I have all global variables in my project. Since RAM data size has almost become full, i wanted to replace some of the global variables with local variables in functions. But each local variable declaration...
  • uVision 4.14 LPC1768 incorrect watch for local variables
    I'm trying to debug LPC1768 program in uVision 4.14 using ULink2 via JTAG. I have following scenario: - main calls public function (LCD_Image) from other module (LCD) with four arguments (passed through...