Just to follow up in case someone else lands at this tread, this is working now.
Because I'm doing in-circuit programming and don't need to power the device I deleted -V3.3 from the setup and everything works great.
Search found 15 matches
- Sat Sep 12, 2015 9:36 pm
- Forum: Flowcode V6
- Topic: V6 and pickit 3
- Replies: 9
- Views: 8313
- Fri Sep 11, 2015 7:00 pm
- Forum: Flowcode V6
- Topic: V6 and pickit 3
- Replies: 9
- Views: 8313
Re: V6 and pickit 3
acestu, Your config file worked, I successfully programed the dsPIC. When I try a second time it says something like "can't set voltage" (I'm not in front of the device ATM). Disconnecting the USB and plugging back in makes it work. I'm doing in-circuit programing so I don't need to power ...
- Fri Sep 11, 2015 5:34 am
- Forum: Flowcode V6
- Topic: V6 and pickit 3
- Replies: 9
- Views: 8313
Re: V6 and pickit 3
Thanks for the config file. I still have a bit of funkiness (I need to reset the Pickit every time I want to upload) but I didn't have any time to mess with it today.
- Thu Sep 10, 2015 12:55 pm
- Forum: Flowcode V6
- Topic: V6 and pickit 3
- Replies: 9
- Views: 8313
Re: V6 and pickit 3
Thanks for seeing that. I added the close quote, but unfortunately I still get the same message.
- Thu Sep 10, 2015 5:33 am
- Forum: Flowcode V6
- Topic: V6 and pickit 3
- Replies: 9
- Views: 8313
V6 and pickit 3
I just updated from FC5 to version 6. I cant get it to work with my Pickit3. The Pickit worked fine in FC5. I've set up the compiler options based on the Wiki settings for Pickit3 and dsPIC. I can't set "Enable writing of configuration to chip" for the programer. If I enter information the...
- Sun Sep 22, 2013 11:06 pm
- Forum: Flowcode V5
- Topic: dsPIC PLL clock confusion
- Replies: 2
- Views: 2530
Re: dsPIC PLL clock confusion
Thanks,
Worked like a charm.
Craig
Worked like a charm.
Craig
- Sun Sep 22, 2013 8:55 pm
- Forum: Flowcode V5
- Topic: dsPIC PLL clock confusion
- Replies: 2
- Views: 2530
dsPIC PLL clock confusion
I'm using a 33FJ128GP802 dsPIC chip with a 20MHZ crystal. I have the OSCILLATOR MODE set to Primary OSC w/PLL. My OSCILLATOR MODE is set to HS Oscillator. In the program I have an interrupt set: TMR1 Clock: Internal (Fosc/2) Prescale: 1:1 Rollover: 512 Giving the parameters, Clock Speed 20000000 HZ ...
- Mon Jul 29, 2013 3:27 am
- Forum: Flowcode V5
- Topic: dsPIC audio DAC outputs
- Replies: 0
- Views: 1759
dsPIC audio DAC outputs
I'm working on a small audio program to run on a PIC33FJ128MC802 chip. I'm wondering if there are any Flowcode modules for controlling the Audio DAC outputs?
- Sat Mar 17, 2012 2:39 am
- Forum: Flowcode V4
- Topic: Flowcode 4 dsPIC and Pickit 3
- Replies: 4
- Views: 3190
Re: Flowcode 4 dsPIC and Pickit 3
Well after all this time I finally got this working... Original error was in the chip config. I had the boot block set wrong. Then I could get MPlab X to see the Pickit but not Flowcode. Flowcode said "Hex file not found" Finally found that error, didn't like the file name. I had spaces.
- Tue Mar 13, 2012 1:07 pm
- Forum: Flowcode V4
- Topic: Flowcode 4 dsPIC and Pickit 3
- Replies: 4
- Views: 3190
Re: Flowcode 4 dsPIC and Pickit 3
Thanks, yes I did. The path was set by navigating to the file installed (by the installer) with the "Browse" option in the compile options menu. Should autodetect work with Pickit 3/dsPIC? No idea if my computer is 64 bit or not. I'll check it out. I'm a MAC person and picked up a Netbook ...
- Tue Mar 13, 2012 3:17 am
- Forum: Flowcode V4
- Topic: Flowcode 4 dsPIC and Pickit 3
- Replies: 4
- Views: 3190
Flowcode 4 dsPIC and Pickit 3
Trying for my first time to program a PIC chip with no luck so far. I'm not sure Flowcode is seeing the Pickit 3. I've followed the readme for setting the compiler options to see the PK3CMD.exe file here, http://www.matrixmultimedia.com/support/viewtopic.php?t=565 Using, Windows XP Flowcode home/stu...
- Wed Jan 11, 2012 2:10 pm
- Forum: Flowcode V4
- Topic: Flowcode dsPIC student/home version
- Replies: 8
- Views: 4854
Re: Flowcode dsPIC student/home version
Ok, good to know.
- Wed Jan 11, 2012 4:47 am
- Forum: Flowcode V4
- Topic: Flowcode dsPIC student/home version
- Replies: 8
- Views: 4854
Re: Flowcode dsPIC student/home version
Thanks,
Is it just Timer1 that doesn't simulate, or timers in general for the dsPICS? I'm using the 33FJ128GP802
Is it just Timer1 that doesn't simulate, or timers in general for the dsPICS? I'm using the 33FJ128GP802
- Tue Jan 10, 2012 2:44 pm
- Forum: Flowcode V4
- Topic: Flowcode dsPIC student/home version
- Replies: 8
- Views: 4854
Re: Flowcode dsPIC student/home version
Thanks for the reply Steve. I've just started to experiment with the interrupts, but just loading Tutorial 17 that came with FC (dsPIC) doesn't seem to work. Monitoring the 2 variables, they always stay at zero and the 7 segment display never changes. I'm running FC on an AspireOne netbook and copie...
- Tue Jan 10, 2012 3:09 am
- Forum: Flowcode V4
- Topic: Flowcode dsPIC student/home version
- Replies: 8
- Views: 4854
Flowcode dsPIC student/home version
First post, hello all... I have Flowcode for dsPIC and have a few questions about functions that may not be available on the home version. I can't get interrupts to work, even the example file that came with FC doesn't work. Also when using a dsPIC with built in 16bit DACs there doesn't seem to be a...