Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

array of 2.1MB data store in SPI FLASH memory

Status
Not open for further replies.

lgeorge123

Full Member level 2
Joined
Jun 13, 2004
Messages
130
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
Hong Kong
Activity points
1,403
how to store data in flash

I have a 2.1MB data array arm[] = { 0x38df,0x38df,0x38df........ } and want to store in SPI flash memory via universal programmer . I know that it is needed to convert to hex code , I have a software called Hexworkshop . I have two questions :

1) Am I necessary to remove all the "0x" , " , " , " { " , " }" and " arm [] = " ?
2) Is it correct to split the data into char , that is , 0x38 , 0xdf , 0x38 , 0xdf ???
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top