• Convincing the optimizer (another fun bit of code) to optmize?
    I'm a bit curious as to why this bit of code wasn't AS optimized as it would normally be. I have written compilers, so I am not clueless it's just strange the optimizer didn't optimize out some of this...
  • Another Overlap problem
    When i add the ISD module to my fine project,L5 error popups at building target file. I believe that it can not be simply overlooked in that the overlap occurs in the code space memory. I am not very...
  • Another MCBSTM32E board/software problem
    Hi, newbie getting a little tired of ARM and this hardware/software thing... Using uVision4 with the MCBSTM32E board with a STM32F103ZE processor. Besides the startup problem if I download...
  • Another MONITOR ERROR 3 Problem
    Hi There, I have an interesting problem: In a certain memory area I am able to write to Byte 0, but when I try to write to Byte 1 the Monitor tells me "CAN NOT WRITE TO ADDRESS xxxx". Byte two...
  • Starting code at another location
    I'd like to reposition my code so all code starts at 0800h. The only things I want below that are the startup vector and interrupt vectors. Am I right in assuming that the vector at locn 0000 (actually...