We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I am new to micro-controllers word. I am trying to burn the example code "Hello" to C167CR-LM device (it located in C:\Keil\C166\Examples\Hello). I entered the device to bootstrap mode, and connected to it with the software. However I don't succeed to program the flash, or erase it. after connecting I get the following in the log text box:
*Loader file Prepare *Minimon file Prepare *send Byte 0+ Loader + MinimonCore *RECEIVE - MC-Identifier: C5 *RECEIVE - LoaderACK 01 received *RECEIVE - Minimon ACK 03 received *Minimon successfully launched *Reset: BUSCON0=0680 *Reset: SYSCON=0490 *Reset Configuration: External Bus enabled *Reset Configuration: 16 Bit demultiplexed Bus *Reset Configuration: WR# acts as WRL#, BHE# acts as WRH# (P0H.0=1) *Reset Configuration: On chip watchdog timer is enabled (RD#=1) *Reset Configuration: Lengthened ALE signal *Initialisation: Write to SYSCON *Initialisation: Write to BUSCON0 *Initialisation: Write to BUSCON1 *Initialisation: Write to ADDRSEL1 *Initialisation: Write to BUSCON2 *Initialisation: Write to ADDRSEL2 *Initialisation: Write to BUSCON3 *Initialisation: Write to ADDRSEL3 *Initialisation: Write to BUSCON4 *Initialisation: Write to ADDRSEL4 *Initialisation: Enable X-Peripherals via SYSCON
I chose the default stuff after selecting C167CR in the "controller type".
I loaded the "Hello.H86" file, and after selecting target->download selection I got in the log text box: "*ERROR: download not successful"
I tried to erase the flash, not success.
what do I miss ?