Posted on May 17, 2011 at 12:01It's work now. My problem was my computer. I use a new Pentium 4 ''HT''. I have disabled in the BIOS the ''hyper thread'' mode who is not compatible with the FLINK JTD drivers. Now it works well.
Posted on May 17, 2011 at 12:01I've got a problem when I try to install the FLINK driver on my new computer under Win XP home edition. When I reboot the PC it ask me for my login and after it's blocked. The only solution is to restart the PC on the ...
Posted on May 17, 2011 at 11:59I've change the memory organisation so : Boot0 in code at adress 8000 to 9FFF FS0 in data at adress 8000 to FFFF I write the switch code in asembler because I don't know how to write it with keil v7 : MOV DPTR, #0x2E2 ...
Posted on May 17, 2011 at 11:59I've got the boot flash memroy mapped from 0 to 7FFF and the main flash mapped from 8000 to FFFF. In the boot memory I've got a small code I use to reprogram the main flash with the RS232. I would like to call the code...