MCF5373L external flash programming

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCF5373L external flash programming

1,711件の閲覧回数
KRichard
Contributor II
Hello, I have a problem. I'm using MCF5373 based custom board and I use the CodeWarrior Flash programmer tool to program the external flash. Everything works all right as long as the binary size stays below 0x6D00 (27904) bytes. Somehow I can't program bigger code into the flash (4M*16). I suspect, that the MCF5373 has 32k SRAM and the Flash programmer first wants to download the whole code into that SRAM and then would program the flash, but my code doesn't fit into the SRAM buffer.

So all in all, I can't program more than 0x6D00 bytes of data, because of the little SRAM of the device. Am I right? How can I circumwent this limitation?

TIA, Richard
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

589件の閲覧回数
KRichard
Contributor II
In the meantime I wrote a little program for flash programming and it is getting the data through the serial port, so my problem is solved, but I'm still interested in the answer to my question.

Thanks.
0 件の賞賛
返信

589件の閲覧回数
Petter
Contributor II
You could use JTAG and control the pins of your 5373 which are connected to the external FLASH. However, you need information about the scan chain (e.g. the EDIF file for the board or some other description), the BSDL file for the 5373, the SREC/HEX file to be loaded and some clever software to generate the patterns.
0 件の賞賛
返信