Search found 39 matches
- Wed Dec 10, 2025 10:01 pm
- Forum: User Components
- Topic: Component: EEPROM (DS28E07)
- Replies: 1
- Views: 49
Component: EEPROM (DS28E07)
I am wondering if this component will work with similar 1-wire EEPROM devices that have more storage. The DS28E07 has 1kb of storage, but there are similar chips with up to 20kb.
- Wed Dec 10, 2025 1:11 am
- Forum: General
- Topic: PIC16 toolchain for FC9
- Replies: 22
- Views: 14158
Re: PIC16 toolchain for FC9
I was able to get the old compiler working again, so I can't generate the error messages any more. I thought I needed the newest compiler, but it turns out I can work with the built in one. I am not going to pursue it any more as it seems too complicated to get working.
Thanks for the reply.
Thanks for the reply.
- Mon Dec 08, 2025 10:19 pm
- Forum: General
- Topic: PIC16 toolchain for FC9
- Replies: 22
- Views: 14158
Re: PIC16 toolchain for FC9
Are there any better, more clear instructions for how to use the latest Microchip XC16 v2.10 compiler? I tried the stuff above and the batch files, but it still doesn't work. Is there any document that describes what is supposed to be going on with the $(options)??? This is the error message I get. ...
- Fri Nov 21, 2025 10:51 pm
- Forum: General
- Topic: dsPIC33 Sample ADC synchronous with PWM
- Replies: 1
- Views: 420
dsPIC33 Sample ADC synchronous with PWM
I read that the dsPIC33EV that I am working with supports sampling an ADC channel synchronous with the PWM output. I want to do this to get accurate current sensing in a motor drive. I wanted to find out if Flowcode supports this configuration before trying to code it with a C-code block.
- Thu Jan 18, 2024 2:59 pm
- Forum: General
- Topic: Trouble activating toolchain
- Replies: 1
- Views: 2246
Trouble activating toolchain
I just purchased the license to the Pic16 toolchain. I activated the key and then downloaded and installed the Pic16 toolchain. I have already successfully programmed some of the free targets and now I want to move to a paid target. So I have the MPLab software and my PicKit4 installed and working. ...
- Sat Dec 23, 2023 4:42 pm
- Forum: General
- Topic: Can't get program to run
- Replies: 10
- Views: 9311
Re: Can't get program to run
I figured it out. I found the OSCCON register. Now it all works correctly. Thanks for pointing me in the right direction.
- Sat Dec 23, 2023 4:09 pm
- Forum: General
- Topic: Can't get program to run
- Replies: 10
- Views: 9311
Re: Can't get program to run
As a follow on, I changed the Flowcode clock setting to 1mHz in "Project Options" and then created some interrupts. The interrupt intervals match up with the calculated intervals in Flowcode, so I think that this confirms the internal clock is running at 1mHz and not 48Mhz. The odd thing i...
- Sat Dec 23, 2023 3:52 pm
- Forum: General
- Topic: Can't get program to run
- Replies: 10
- Views: 9311
Re: Can't get program to run
Thanks for responding. This is is my first PIC project, so I don't really know how to do that. I copied all of the #pragma statements from the autogenerated MPLAB code into a C-Block and disabled "Write Config on Download" and it is still slow. Using a scope and toggling outputs, it looks ...
- Fri Dec 22, 2023 11:59 pm
- Forum: General
- Topic: Can't get program to run
- Replies: 10
- Views: 9311
Re: Can't get program to run
I am still stuck. I have gone through all of the configuration settings and something is still wrong with the clock. My LED blink time is 50x what it should be. I was able to configure the clock at 48mHz in MPLAB and verified that by defining an interrupt and checking it with a scope. I attached a t...
- Fri Dec 22, 2023 7:34 pm
- Forum: General
- Topic: Can't get program to run
- Replies: 10
- Views: 9311
Re: Can't get program to run
I got it set up in MPLAB X and the MCC and can program the device with the PICKIT4. I can flash an LED and some other simple stuff. I then wanted to program it in Flowcode, so I moved over to Flowcode and set up the paths to my MPLAB compiler and the PICKIT4. As I said, it recognizes the chip and sa...