• C251 Micro controller crash
    I have a hex file that will crash my controll. It can take from 15 minutes up to 2 hours, random. If I change 1 character, so that all the address shift up or down 1 char(8 bits) the code runs fine. If...
  • UVision and project file sorting
    Hello, This question must have been answered somewhere, but my searches failed to come up with an answer. In uVision4, how do you sort the files associated to a project in alphabetical order...
  • TROUBLE SPLITTING CODE FOR C251
    I'm using the Keil IDE programming in C. I want to be able to split my code between micro internal and external memory. Some functions on chip, some off. I tried using the #pragma (I get a choice of...
  • ELF file viewer (sort of)
    I need to dump ELF file symbols (names, addresses) on Win platform. Can somebody point me to an useful utility for that purpose? Thanks in advance. - Dejan
  • How to sort variables of listing
    When I view the listing file (*.M51) I want to see my variables in some order. Current, I can't seem to see any order at all. It's not by address, it's not by variable name, it's not by type, What...