ccflasher-user Mailing List for cc_flasher - CC2430 Flasher/Debbuger
Brought to you by:
pkuhar
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|
From: Dennis G. <blu...@gm...> - 2010-12-15 01:49:50
|
It didn't work for me in it's current form, so I looked in the CC1111 datasheets... Patch and fully modified files attached :-) Apply the patch to the cc_flasher directory in the svn repo! |
From: Kuba <wis...@gm...> - 2010-05-28 08:47:42
|
Hi! My name is Kuba and I`m writing from Poland. I`m going to use the cc_flasher in order to program 8051 in a chip CC2431. Now I`m just getting started. So I have a simple and basic question. How can I send the degub command using this device? Does is have the functionality to send directly 0 ans 1 via console or I have to create the bin file and send it the standard way? I want to get the ID of the chip. And the second thing if I can. What is the fabrication status ot the 8051 in a brand new CC2431 chip? Do I have to take care for some thing prior to sending my first programme, for to blink the LED? Let`s say I/I pins configuration, oscillator etc? What`s more I found the code in the datasheet of the CC2431: ; Write flash and generate Flash DMA trigger ; Code is executed from flash memory; #include "ioCC2430.h" MODULE flashDmaTrigger.s51 RSEG RCODE (2) PUBLIC halFlashDmaTrigger FUNCTION halFlashDmaTrigger, 0203H halFlashDmaTrigger: ORL FCTL, #0x02; RET; END; Is it said that it configure the flashe before the first programming. Do I have to include it at the beggining of my work? Thank You in advance for any help, I`ll really appreciate it. Best regerds, Kuba |