How can I program the flash of Oki Advantage Microcontrollers during software development?
Descriptive Answer:
There are two methods of flash programming that are widely used during development:
In addition, many debuggers provided by Oki partners have the feature to program the internal flash of Oki Advantage Microcontrollers on the fly. Although it's not always obvious, these debuggers are actually using method 2 from above.
| 1. | The ML674K/5K MCUs, have a boot-ROM built into them. When the external BSEL[1:0] pins (switches on the CPU-board) are configured to boot from this boot ROM, the following sequence occurs:
| |||||||||||||||
| 2. | The second method is to use JTAG to download a flash utility to the board and execute it. The data to be written to the flash can also be downloaded through the JTAG. This method is much faster and simpler to do during development. |
