| Author |
Message |
pimr
Joined: 19 May 2004 Posts: 81 Helped: 6 Location: India
|
21 Jun 2004 13:03 design of board with dsp |
|
|
|
hi,
i need to design a board containing 1MB SRAM, 1MB of flash(for program) and 1MB of EEPROM(for data) together with adsp-bf531,I am planning to initialize data and program address in SRAM at the time of booting.My problem is how to load data from flash and EEPROM to the addresses initialized in SRAM, do i have to do it with the help of processor or is there any other way out?
thanks
pimr
|
|
| Back to top |
|
 |
clivechen
Joined: 29 May 2004 Posts: 65
|
21 Jun 2004 14:35 design of board with dsp |
|
|
|
oh, i know two methods! one is you can use ram file system, second you can use the flash file system
the main factor is that you must program the app into the flash with the programmer, put the os and app toghter!
|
|
| Back to top |
|
 |
pimr
Joined: 19 May 2004 Posts: 81 Helped: 6 Location: India
|
21 Jun 2004 16:10 Re: design of board with dsp |
|
|
|
hi,
the problem is that there is no os! also how would the data be loaded from flash to RAM?
thanx
pimr
|
|
| Back to top |
|
 |
clivechen
Joined: 29 May 2004 Posts: 65
|
22 Jun 2004 9:46 design of board with dsp |
|
|
|
can you tell me which flash do you use?
you can put all the applications in the bootrom, when the board starts, the cpu will jump to the position who has his special property, hehe:)
|
|
| Back to top |
|
 |