VDI LED v1.2
I got some PIC12Fxxx's and made a small test. Unfortunately, they didn't work as expected (like the PIC16F88 ). The channels X and Y were swapped in the schematics but not in the firmware and PIC12F683 A/D converter was not working properly. I fixed these issues and compiled a new version which worked well in the tests I did (attached below).
For PIC12F675 you need to take care of not to erase the internal oscillator calibration data, there should be an option in your programmer, or answer no to overwrite the data at the time of programming. You can also write down the calibration value before writing the firmware in case you accidentally erase it (it is in the address 0x3FFF and should start with 0x34).
Originally posted by roderico
View Post
For PIC12F675 you need to take care of not to erase the internal oscillator calibration data, there should be an option in your programmer, or answer no to overwrite the data at the time of programming. You can also write down the calibration value before writing the firmware in case you accidentally erase it (it is in the address 0x3FFF and should start with 0x34).
Comment