PIC24 + CH_PD = BrownOut?
Posted: Thu May 28, 2015 11:00 am
Hey friends, got a weird one. I have a Pic24E which I connect to ESP-07. Connections are like this:
Well here's the thing - when I pull GPIO_PIC up - I get a brown out reset (the system just sort of freezes in the middle of debugging. I can tell it's BOR by looking at the reset cause register). Why is this happening? Btw, I can wire up CH_PD via a pull up directly from VCC and that's fine.
Code: Select all
PIC: ESP-07 POWER
=============================================
UART TX -------- UART RX
UART RX -------- UART TX
GND -------------- GND
GPIO_PIC -- 10K -- CH_PD
GPIO15 ----- 15K ----- GND
GPIO2 ------ 15K ------ VCC
GPIO0 ------- 15K ------ VCC
GND ------------------ GND
VCC ------------------- VCC
Well here's the thing - when I pull GPIO_PIC up - I get a brown out reset (the system just sort of freezes in the middle of debugging. I can tell it's BOR by looking at the reset cause register). Why is this happening? Btw, I can wire up CH_PD via a pull up directly from VCC and that's fine.