Part Number: TMS320F28335
can i run a program in the xintf zone6 of 28335, i try to move the flash function in this place, can this make a problem?
i just wanna save some ram space for algorithm program.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28335
can i run a program in the xintf zone6 of 28335, i try to move the flash function in this place, can this make a problem?
i just wanna save some ram space for algorithm program.
Nirvana,
I'm assuming you have some external SDRAM connected to the XINTF, copying to this region vs internal SRAM is possible. You would need to check the performance you will get across this bus vs the flash; that will determine if it makes sense to run from this bus vs the flash with waitstates.
Best,
Matthew
i connected a sram at xintf6, i need to run a bootloader in external ram, but when running flash erasing function in external ram, the program did not return success, is there a problem?
when i run the flash erase program in external SRAM, the program just died there, did not return
Nirvana,
This is correct, due to the timings involved when erasing/programming the flash those will always need to be ran from 0WS SRAM on the device. I understand your original question now; from above looks like you have resolved it.
Best,
Matthew