Hello!
Can you compile the attached file and look why it`s generating errors?
Regards
Jorg
Eeprom compiling generates errors
-
- Posts: 50
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 23, 2020 9:55 am
- Been thanked: 4 times
-
- Posts: 50
- Joined: Wed Dec 23, 2020 9:55 am
- Been thanked: 4 times
Re: Eeprom compiling generates errors
Hello Martin,
if you take the same program, modify to PIC16F1829, address in uint und return value in byte, it compiles without error? The initial examples values of the component are not cleared. Where is the difference?
Wiki says "Comma seperated list of values to assign to the EEPROM memory while programming" All values shown in the initial are possible. At first, how many values must be written in the initial? Only some or the full memory? Normally without changing something the compiling must run through without errors, like the PIC16F1829. If I put own values inside, the error occurs, too.
regards
Jorg
if you take the same program, modify to PIC16F1829, address in uint und return value in byte, it compiles without error? The initial examples values of the component are not cleared. Where is the difference?
Wiki says "Comma seperated list of values to assign to the EEPROM memory while programming" All values shown in the initial are possible. At first, how many values must be written in the initial? Only some or the full memory? Normally without changing something the compiling must run through without errors, like the PIC16F1829. If I put own values inside, the error occurs, too.
regards
Jorg