V6MSP430.dll.txt V7MSP430.dll.txt Hello Jace,
The first file is V6 DLL and second file is V7 DLL. I had to add the .txt extension since uploader won't allow .dll
Dave
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );
Which…
hello guys !
i'm working on a project about controlling mobile robot.
im using l3g4200D to define angle of rotation .
i got data from l3g4200D by i2c interface . here is my code
https://www.dropbox.com/s/8vesnyq3805dzda/main.c
https://www…
Other Parts Discussed in Thread: CCSTUDIO I have been trying for the last week to install CCS 5.2 onto a new computer with no luck. It appears some of the features install but not all. I require assistance to the problem. Below is the log.
[ Edited…
Other Parts Discussed in Thread: MSP430F2274 , MSP430F5438 Hello,
I've come to the phase that I would like to integrate my Bootloader to the application project. My goal is to have only one object code file (.txt) what I could easily program into the…
Thanks Lane. I have plenty of delay since I am entering BSL on a different program (Over ethernet I command my part to twiddle GPIO's connected to RST and TEST, I also reset the MSP normally this same way). And then 30 seconds later I move over to my…
Other Parts Discussed in Thread: CC430F5137
Hello All,
I am currently working on CC430F5137 BSL for Firmware Update feature.
I am able to
- enter into BSL mode
- Mass Erase Flash
- Rx Password and Unlock otehr commands
But i…