3Deye
Full Member level 2
- Joined
- Oct 7, 2009
- Messages
- 125
- Helped
- 3
- Reputation
- 6
- Reaction score
- 2
- Trophy points
- 1,298
- Location
- EG
- Activity points
- 2,159
I use code composer to program the TMS320C31 DSP (through MPSD) to write to the **broken link removed**flash. I can successfully write one byte to any location of the flash by following the "Chip Erase" then "Byte-Program Algorithm" sequences mentioned in the datasheet.
The problem is when I want to write more than one byte in different locations, only the first byte is written and the rest aren't. I added delays between writes but no difference.
What is the cause of this problem? I searched for drivers (Programming algorithms) for this flash but couldn't find!
The problem is when I want to write more than one byte in different locations, only the first byte is written and the rest aren't. I added delays between writes but no difference.
What is the cause of this problem? I searched for drivers (Programming algorithms) for this flash but couldn't find!