jabidof
Member level 5
serial number flash memory
Hi there,
I have a 16F series microcontroller that receives serial numbers (barcode). All those number are unique and coded on 4 bytes.
I have an external flash memory with 16Mbits. I'd like to find a way to map the barcode serial number to a memory address.
The problem is that the flash memory device (from Atmel) has a particular structure to make the addressing efficient (from memory point of view).
So does anyone have an idea of how to map the BARCODE UID to a FLASH MEMORY ADDRESS using a 16F series microcontroller? I guess some kind of function based on the BARCODE UID will do the job but maybe one of you already solved that problem once
Thanks for any hints.
Hi there,
I have a 16F series microcontroller that receives serial numbers (barcode). All those number are unique and coded on 4 bytes.
I have an external flash memory with 16Mbits. I'd like to find a way to map the barcode serial number to a memory address.
The problem is that the flash memory device (from Atmel) has a particular structure to make the addressing efficient (from memory point of view).
So does anyone have an idea of how to map the BARCODE UID to a FLASH MEMORY ADDRESS using a 16F series microcontroller? I guess some kind of function based on the BARCODE UID will do the job but maybe one of you already solved that problem once
Thanks for any hints.