|
Re: hex file garbage?
The code memory space ends at 0x7FFF but the highest flash address on the 18F8520 is 0x3FFFFF. The memory addresses from 0x300000 - 0x30000D are used for the device's configuration settings such as clock source, code protect, etc. Addresses 0x3FFFFE and 0x3FFFFF are for the device ID bits.
|