Navigation
External Links
Donate
Show your appreciation for OpenBLT
and support future development by
donating.
External Links
Donate
Show your appreciation for OpenBLT
and support future development by
donating.
RS232 | CAN | USB | TCP/IP | SD-card | Modbus RTU |
---|---|---|---|---|---|
Yes | Yes | No | No | No | No |
This demo is targeted towards the EVBplus Dragon12-plus board, with 256 kB internal Flash EEPROM and 12 kB internal RAM.
To program the bootloader into the internal flash on the HCS12DG256 microcontroller, the 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 Codewarrior Development Studio for HCS12(X) development environment.
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.
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\
In case of build errors, refer to the information in section 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:
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\
The output file is
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:
When building the demo binaries for the first time, build errors might occur caused by CodeWarrior projects not correctly dealing with relative directories and having source-files in a project that have the same name as source-files in the library path. These errors are quickly resolved by removing the file from the project and adding them again.
Here is a list of encountered build errors and the solution of resolving the error: