Search found 3 matches

by yuheiwai
Thu Dec 16, 2021 3:48 am
Forum: General
Topic: How to set PIC for INT RC Clock Freq
Replies: 5
Views: 3833

Re: How to set PIC for INT RC Clock Freq

My understanding (last time I used Flowcode was v4.3) that Flowcode compiled into assembly and ran at the same speed as the MPLAB or Hi-Tech compilers. Flowcode just needed more flash space.

Is the XC8 Microchip compiler and option for Flowcode?
by yuheiwai
Wed Dec 15, 2021 5:24 am
Forum: General
Topic: How to set PIC for INT RC Clock Freq
Replies: 5
Views: 3833

Re: How to set PIC for INT RC Clock Freq

I can measure 8kHz at RA6 so the clock is running correctly at 31kHz (same as MPLAB X). BTW, I could not find the PLL disable, it does not show up as an option. The issue I have now is the delay function is 1.68X higher than expected (eg, 100ms delay in code results in 168ms delay in hardware). Simp...
by yuheiwai
Sat Dec 11, 2021 4:46 am
Forum: General
Topic: How to set PIC for INT RC Clock Freq
Replies: 5
Views: 3833

How to set PIC for INT RC Clock Freq

How do you set a PIC, for example a 16F1825 or the PIC Kit Demo 18F45K20 to run from INT RC Clock at 31kHz??

I can't find how to do this with FlowCode (set PICs to run the INT RC clock at 31kHz)?

Thx