• Possible problem in START_V2.A66 chip select initialization
    The chip select initialization code in START_V2.A66 enables the chip selects before the ADDRSEL registers are programmed. I was single stepping using OCDS and noticed the disassembly changed when CS1...
  • how can i make Start_V2.a66 file in keil software
    Dear Sir i am working on programming xc167 infineon microcontroller using keil software please how can i make Start_V2.a66 file in keil software in making the projects Thx
  • 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...