Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - mini00

#1
General / Terminal Window Hangs
March 03, 2007, 12:44:29 PM
if you make a new version every month is good  ;)
I found a little bug : when close a terminal windows if have a caracter into a serial buffer the terminal don't close but a program go in loop . Example i use a program blinky of keil who transmit a adc on com1 every second, if i close the terminal before stop a program on a target the terminal go in loop .
Is a very little bug . . . . . . . . . . .
#2
LPC2xxx / Problem ISP on 2368 mcb2300 board
March 01, 2007, 10:41:57 PM
Good morning , i work with Keil MCB2300 board and if i load the flash with Flash Magic all is ok but if i save a command line and i go with a .bat file who have inside "fm @carica.txt" have a message invalid parameter for hardware directive ( hwbootexec,50,100 ).  The file carica.txt is the file .txt make by a save command line on flash magic menu and is that :

COM(1, 57600)
DEVICE(LPC2368, 12.000000)
HARDWARE(HWBOOTEXEC, 50, 100)
ERASE(DEVICE, PROTECTISP)
HEXFILE(C:\Keil\arm\ARM\RV30\Boards\Keil\MCB2300\Blinky\Flash\Blinky.hex, NOCHECKSUMS, NOFILL, PROTECTISP)

Have any idea ?

HI