This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reading CFI Information

Hi,

i try to read out CFI Information from the flash. The Problem is, my Program runs from the Flash. So i think it will not be possible and i have to move the code for reading the cfi Info to the RAM?
How can i do this? I fount different flash drivers in c-code on the net. How can they work? How can i compile it using keil to run them from RAM?

Parents
  • no no,

    i am talking about an external flash memory device. my c167 has no build in flash.

    cfi means common flash interface, you can ask external flash devices for information about them. you write therefor a spezial code to a spezial adress -> the flash gives you information about it under special adresses, but you cannot read the normal data until you malke a flash reset. the problem is you now cant run the program from this flash to the same time ;-).

Reply
  • no no,

    i am talking about an external flash memory device. my c167 has no build in flash.

    cfi means common flash interface, you can ask external flash devices for information about them. you write therefor a spezial code to a spezial adress -> the flash gives you information about it under special adresses, but you cannot read the normal data until you malke a flash reset. the problem is you now cant run the program from this flash to the same time ;-).

Children