• LPP does not work with C7.x Listing files
    For me it seems that the LPP tool (merge C-Code into Assembler listings) does not work with C7.x listing files. The tool processes the listing file but nothing is changed - maybe the source-line statement...
  • LPP does not work with C7.x Listing files
    For me it seems that the LPP tool (merge C-Code into Assembler listings) does not work with C7.x listing files. The tool processes the listing file but nothing is changed - maybe the source-line statement...
  • LPP that works
    Is there anyone but me that would benifit from a utility to combine C and assembly? I have found that LPP almost never works. According to this tread there are others that have also encountered problems...
  • LPP that works
    Is there anyone but me that would benifit from a utility to combine C and assembly? I have found that LPP almost never works. According to this tread there are others that have also encountered problems...
  • strpos() not working when strstr() works
    Dear Board I’m using STM32F103 controller, when I use strstr function for finding a word in a string the compiler throws a warning. No issue for me but the code works fine But when I use strops...