• A66 file from uVision3 or DAVE?
    Hi, The A66 file can be generated by uVision3 or by DAVE. Which one is preferred? I personally prefer DAVE because it configures almost every parameter. What about opinions of others? Thanks...
  • START167.A66 file with the correct settings
    hello i am a student and i'm working to a project in which i am using a c163 evaluation board but i have a major problem and i can progress because of it, when i declare global variables i have problems...
  • START167.A66
    Every time I build a target, START167.A66 is re-assebbled even though no changes were made to it. Is there a way to defeat this to save a little time?
  • How to configure startup167.a66
    Hello all. I'm using the phytec phyCORE-167 equipped with the infineon C167CR-LM mounted on a development board phyCORE HD200. I developped an application to send CAN messages and it is working right...
  • Start167.a66 and STKUN initializing
    In start167.a66 file, I find following assembler instruction: MOV STKOV,#(_BOS+6*2) ; INITIALIZE STACK OVFL REGISTER Why the 6*2? I could understand 4*2 because of automatic push/pop of PSW...