Hi, Ioannis,
I'd have a look to internal registers PBP default settings ( the PBP default Config file ) ... as you overwrite most of them ...
just an idea ...
Alain
Give it a try and report your results. I use HIDMaker for USB stuff. The last time I had to create a USB project (this time using XC8), nothing compiled. I got numerous errors. I tried generating...
mpgmike - 18th April 2021, 15:59Hi Tumbleweed,
You are a star, thank you.
I don't know how I missed that bit, correcting it saw the Opamp spring to life... in fact I tried a bunch of combinations with TRIS and ANSEL and it...
So will this work in PBP3?
I want to have such a keypad, and ashamed to have to use Arduino Pro Micro :D
OPA1CON = %1100000 ' Opamp 1 Enabled, SP set.
Isn't that missing a bit?
Try
OPA1CON = %11000000 ' Opamp 1 Enabled, SP set.
For OPAMP1 you have
Hi Richard,
I knew you'd be the first to respond :)
I've been monitoring the output (pin 8) throughout the testing and it doesn't go above ground at any stage. Ultimately I want to process the...
are you seeing this voltage at opamp out pin with a meter ?
your description is not clear whether the opamp is not working or the adc measurement .
working with opamps with inputs near rail...
Hi All,
The title says it all. I'm trying to utilize the PIC's internal opamp rather than a separate opamp to measure load current on AN6 but I cannot get it to work. I've RTFM so many times I...
Most strange is the 32 vs 4 MHz clock. Lower clock needs more code space!!! I expected the oposite.
Ioannis
Dual PIC18F SPI Data Exchange Methodology.
I have two 8mhz hardware spi Master/Slave connected 26FK80 pics running at 64mhz cpu speed. All good.
retepsnikrep - 20th April 2021, 06:32I am currently using SS Mode for the SPI.
The PIC's both receive and transmit CAN packet...