EmbeddedRelated.com
Forums

MSP430 FLASH SELF PROGRAMMING TECHNIQUE

Started by roshnipaniker September 25, 2004
Hi I am Roshni, I am trying to Implement MSP430 Flash Self 
Programming Technique on MSP430F449, But i couldnt get the Code right.
 I am using SLAA103 Document from TI. Can you help me in getting my 
Code right. I am trying to implement in C. 

I need to implement
(a)Programming the Flash out of RAM.
(b)Direct Flash Programming.

I used the functions
 void Flash_wb(char*Data_ptr,char byte);
 void Flash_ww(char*Data_ptr,int word);
 void Flash_clr(int*Data_ptr);
 I need 3 source Files
 
flash_ram.s43 or flash_idle.c
Functions for flash programming using programming-out-of-RAM or 
direct flash self-programming.

flash_test.c
Main program that calls flash programming functions.

flash_var.s43
Example of how to define global C variables at an absolute address 
within information memory

 I am not getting out of RAM Programming
Can anyone help me.
Thanks in Advance and waiting for your Reply.

Roshni



Beginning Microcontrollers with the MSP430