• Cant find description of local variables for assembler routines
    I looked all over the manuals and did a search, but could not find a method for defining variables in an assembler routine as local (as in a C function). in the back of my mind it says that this is possible...
  • call stack + locals cant access thread
    Hi, I have a thread that is not responding for some reason (MDK ARM pro) . The thread viewer shows it is waiting (for MBX not OR as it should be) using 11% of the stack out of 84% in total. When I try...
  • cant read ADC on port 1
    Hi I need some help figuring out how to read the ADC on port 1 (channels 16-23) of an ST10F276. I am using the uVision simulator. So far I can only read channels 0-15 (port 5). The following...
  • Modify Startup Code
    How do you bring up the Configuration Wizard Dialog to edit your startup code e.g. Start_v2.a66 in the middle of a project ? Currently i can only edit it as source code.
  • Modify XPERCON register - ST10F276
    Hi all, Can anyone please suggest how to modify the contents of XPERCON register before EINIT for ST10F276. I am not able to write any value into the XPERCON register. I tried to change it in START167...