3.你需要修改CodeWarrior工程的設置:在"Assembler for HC12"和"Compiler for
HC12"面板上要確保新的存儲器模式能在"Command Line Arguments"上使用:
- Small memory model: -ms
- Banked memory model: -mb
- Large memory model: -ml
4.你需要對標準庫文件進行修改。庫文件所在位置為:
- {CodeWarrior}lib\hc12c\lib (HC12)
- {CodeWarrior}lib\xgatec\lib (optional for a XGATE project)