User Tools

Site Tools


manual:demos:devkit_s12g128_codewarrior

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
manual:demos:devkit_s12g128_codewarrior [2019/06/29 17:45]
voorburg [Building and programming the Bootloader]
manual:demos:devkit_s12g128_codewarrior [2023/12/04 22:39] (current)
voorburg [Supported firmware update interfaces]
Line 2: Line 2:
  
 ===== Supported firmware update interfaces ===== ===== Supported firmware update interfaces =====
-UART           ^ CAN             ​^ USB          ^ TCP/​IP ​      ​^ SD-card ​     ^ + 
-| No             ​| Yes             ​| No           ​| No           | No           |+RS232         ^ CAN            ^ USB         ​^ TCP/​IP ​     ^ SD-card ​     ​^ Modbus RTU   
 +| No            | Yes            | No          | No          ​| No           | No           |
  
 ===== Development Environment ===== ===== Development Environment =====
  
-{{:​manual:​demos:​evbplus_dragon12p.jpg?200 |}}+{{:​manual:​demos:​nxp_devkit_s12g128.png?200 |}}
  
-This demo is targeted towards the [[http://www.evbplus.com/dragon12_plus2_9s12_hcs12/dragon12_plus2_9s12_hcs12.html|EVBplus Dragon12-plus]] board, with 256 kB internal Flash EEPROM and 12 kB internal RAM.+This demo is targeted towards the [[https://www.nxp.com/support/developer-resources/​evaluation-and-development-boards/​ultra-reliable-dev-platforms/​s12-magniv-mcus-platforms/​development-board-for-s12g128-mcu-evaluation:​DEVKIT-S12G128|NXP DevKit S12G128]] board, with 128 kB internal Flash EEPROM and kB internal RAM.
  
-To program the bootloader into the internal flash on the HCS12DG256 ​microcontroller,​ the [[http://​www.pemicro.com/​products/​product_viewDetails.cfm?​product_id=33| P&E Micro USB BDM Multilink]] interface was used. However, this is not required if you have another means of programming the internal flash.+To program the bootloader into the internal flash on the S12G128 ​microcontroller,​ the [[http://​www.pemicro.com/​products/​product_viewDetails.cfm?​product_id=33| P&E Micro USB BDM Multilink]] interface was used. However, this is not required if you have another means of programming the internal flash.
  
 To compile the demo programs you can use the [[https://​www.nxp.com/​support/​developer-resources/​software-development-tools/​codewarrior-development-tools/​codewarrior-legacy/​codewarrior-development-suite-special:​CW-SUITE-SPECIAL|Codewarrior Development Studio for HCS12(X)]] development environment. ​ To compile the demo programs you can use the [[https://​www.nxp.com/​support/​developer-resources/​software-development-tools/​codewarrior-development-tools/​codewarrior-legacy/​codewarrior-development-suite-special:​CW-SUITE-SPECIAL|Codewarrior Development Studio for HCS12(X)]] development environment. ​
Line 17: Line 18:
 ===== Building and programming the Bootloader ===== ===== Building and programming the Bootloader =====
  
-Before the bootloader can be used, it needs to be built and programmed into the HCS12DG256's internal flash memory. The steps in this section only need to be done once.+Before the bootloader can be used, it needs to be built and programmed into the S12G128's internal flash memory. The steps in this section only need to be done once.
  
-When using Freescale Codewarrior,​ simply open the project from within Codewarrior and select //​Project->​Make//​ from the menu. The project file is located at: \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\**Boot**\ide\+When using Freescale Codewarrior,​ simply open the project from within Codewarrior and select //​Project->​Make//​ from the menu. The project file is located at: \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\**Boot**\ide\
  
 In case of build errors, refer to the information in section [[manual:​demos:​devkit_s12g128_codewarrior#​resolving_build_errors|resolving build errors]]. In case of build errors, refer to the information in section [[manual:​demos:​devkit_s12g128_codewarrior#​resolving_build_errors|resolving build errors]].
  
-The bootloader program is now ready to be programmed into the internal flash memory of the HCS12DG256. Using your favorite programmer, flash the bootloader using one of the following files, depending on what file type your programmer supports:+The bootloader program is now ready to be programmed into the internal flash memory of the S12G128. Using your favorite programmer, flash the bootloader using one of the following files, depending on what file type your programmer supports:
  
-  * \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\**Boot**\bin\**openblt_evbplus_dragon12p.abs** +  * \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\**Boot**\bin\**openblt_s12g128.abs** 
-  * \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\**Boot**\bin\**openblt_evbplus_dragon12p.abs.s19**+  * \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\**Boot**\bin\**openblt_s12g128.abs.sx**
  
 ===== Building the Demo Program ===== ===== Building the Demo Program =====
  
-When using Freescale Codewarrior,​ simply open the project from within Codewarrior and select //​Project->​Make//​ from the menu. The project file is located at: \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\**Prog**\ide\+When using Freescale Codewarrior,​ simply open the project from within Codewarrior and select //​Project->​Make//​ from the menu. The project file is located at: \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\**Prog**\ide\
  
 The output file is The output file is
  
-  * \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\**Prog**\bin\**demoprog_evbplus_dragon12p.abs.sx**+  * \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\**Prog**\bin\**demoprog_s12g128.abs.sx**
  
 ===== Firmware update procedure ===== ===== Firmware update procedure =====
  
-To download the demo program \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\**Prog**\bin\**demoprog_evbplus_dragon12p.abs.sx** using the bootloader, follow the instructions in the following links, depending on the communication interface you intend to use:+To download the demo program \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\**Prog**\bin\**demoprog_s12g128.abs.sx** using the bootloader, follow the instructions in the following links, depending on the communication interface you intend to use:
  
   * [[manual:​can_demo|Firmware updates using the CAN communication interface]]   * [[manual:​can_demo|Firmware updates using the CAN communication interface]]
Line 48: Line 49:
 Here is a list of encountered build errors and the solution of resolving the error: Here is a list of encountered build errors and the solution of resolving the error:
  
-  * Could not open object file '​.Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Boot\ide\hcs12_Data\Standard\ObjectCode\datapage.c.o'​ +  * Could not open object file '​.Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\Boot\ide\s12g128_Data\Standard\ObjectCode\datapage.c.o'​ 
-    * Delete the datapage.c file from the Boot\lib folder in the project and add it again. The source file is located at \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Boot\lib+    * Delete the datapage.c file from the Boot\lib folder in the project and add it again. The source file is located at \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\Boot\lib
  
-  * Could not open object file '​.Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Boot\ide\hcs12_Data\Standard\ObjectCode\mc9s12dg256.c.o'​ +  * Could not open object file '​.Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\Boot\ide\s12g128_Data\Standard\ObjectCode\mc9s12g128.c.o'​ 
-    * Delete the mc9s12dg256.c file from the Boot\lib folder in the project and add it again. The source file is located at \Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Boot\lib+    * Delete the mc9s12g128.c file from the Boot\lib folder in the project and add it again. The source file is located at \Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\Boot\lib
  
-  * Cannot open .\Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Boot\ide\hcs12_Data\Standard\ObjectCode\cstartup.c.o+  * Cannot open .\Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\Boot\ide\s12g128_Data\Standard\ObjectCode\cstartup.c.o
     * Delete the cstartup.c file from the Source\HCS12\CodeWarrior folder in the project and add it again. The source file is located at \Target\Source\HCS12\CodeWarrior     * Delete the cstartup.c file from the Source\HCS12\CodeWarrior folder in the project and add it again. The source file is located at \Target\Source\HCS12\CodeWarrior
  
-  * Link error: Symbol AssertFailure in file .Target\Demo\HCS12_Evbplus_Dragon12p_CodeWarrior\Boot\ide\hcs12_Data\Standard\ObjectCode\main.c.o+  * Link error: Symbol AssertFailure in file .Target\Demo\HCS12_DevKit_S12G128_CodeWarrior\Boot\ide\s12g128_Data\Standard\ObjectCode\main.c.o
     * Delete the assert.c file from the Source folder in the project and add it again. The source file is located at \Target\Source     * Delete the assert.c file from the Source folder in the project and add it again. The source file is located at \Target\Source
manual/demos/devkit_s12g128_codewarrior.1561823137.txt.gz · Last modified: 2019/09/24 22:14 (external edit)