LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read content of MR27V3202F µC

Hello,

 

I have an OKI Semiconductor µC "MR27V3202F" with unknown content.
Is there a easy way to read the complete content of this µC, as possible with LabView?

 

The elected content should be written to a new µC, "AMIC A29L320A". Is this also possible with an PXI and LabVIEW?

 

Thanks,

Patrick Barth 


0 Kudos
Message 1 of 6
(2,655 Views)

Hi Patrick,

 

do you talk about data sent from one µC to a different µC? Or do you want to copy the flash RAM (the "program"), so doing the work of a (kind of) EPROMmer?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(2,653 Views)

The ideal solution is the direct copying from the MR27V3202F to the AMIC A29L320A.

If this solution isn't possible, it would be nice to read the data from MR27V3202F so that i have the complete content of the Memory.

 

Thanks,

 Patrick Barth

Message Edited by patrick1988 on 04-26-2010 06:53 AM
0 Kudos
Message 3 of 6
(2,645 Views)

The MR27V3202F is a 32 Mbit electrically One Time Programmable Read-Only Memory, not a uC. And your other chip is a flash flash memory. In order to read the MR27V3202F you need 20 digital address lines, and at least 8 digital lines for the data. And some lines for control. I guess it is doable indeed.  



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 4 of 6
(2,644 Views)

The ideal solution is the direct copying from the MR27V3202F to the AMIC A29L320A.

If this solution isn't possible, it would be nice to read the data from MR27V3202F so that i have the complete content of the Memory.

 

Thanks,

 Patrick Barth

0 Kudos
Message 5 of 6
(2,619 Views)
I guess a state machine simulating the read cycle of a CPU would do fine in order to read the ROM. Find some examples on digital IO using Labview example finder. Then post some code, so we can discuss it.


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 6 of 6
(2,611 Views)