Search found 10 matches

by egearabaci
Fri Jun 02, 2023 7:17 am
Forum: Projects - Embedded
Topic: dsPIC30F6014A - C15 pin
Replies: 4
Views: 4010

Re: dsPIC30F6014A - C15 pin

I attached the project file. I am just trying to change the C15 pin there is nothing more in code.
by egearabaci
Wed May 31, 2023 1:12 pm
Forum: Projects - Embedded
Topic: dsPIC30F6014A - C15 pin
Replies: 4
Views: 4010

dsPIC30F6014A - C15 pin

Hi all, I got a problem with the C15 pin of dsPIC30F6014A controller. In the datasheet, if I'm not wrong, it says C15 pin can be used as I/O applications but I can not use this pin as Output pin. I did not try if it can be used as Input. Tried it with different PCBs with same controller dsPIC30f6014...
by egearabaci
Tue Dec 20, 2022 10:56 am
Forum: Bug Reports
Topic: dsPIC30F6014A - ADC reading problem
Replies: 7
Views: 1342

Re: dsPIC30F6014A - ADC reading problem

Hello,

I updated the file and tried again. This time it worked smoothly.

But there is another problem here. Code runs slower when the hex file is compiled through Flowcode 9.

I noticed it because of the LEDS macro that runs 4 LEDs by binary counting.

Thanks.
by egearabaci
Tue Dec 20, 2022 5:20 am
Forum: Bug Reports
Topic: dsPIC30F6014A - ADC reading problem
Replies: 7
Views: 1342

Re: dsPIC30F6014A - ADC reading problem

Hello,

Thanks for fast reply.

My computer that I am using for Flowcode does not have access to the internet. Can you attach the updated library file so I can implement it?

Thanks again.
by egearabaci
Fri Dec 16, 2022 8:17 am
Forum: Bug Reports
Topic: dsPIC30F6014A - ADC reading problem
Replies: 7
Views: 1342

Re: dsPIC30F6014A - ADC reading problem

Sorry for the late reply and thanks for helping, I attached the mentioned code file. In attached file; If I compile the code through the Flowcode 9.3, it turns on the error LEDs (LED situations is in the LEDS macro.) even if there are no problems with voltage on designed PCB. If I compile the code t...
by egearabaci
Tue Nov 22, 2022 10:51 am
Forum: Bug Reports
Topic: dsPIC30F6014A - ADC reading problem
Replies: 7
Views: 1342

dsPIC30F6014A - ADC reading problem

Hi all, I got a problem with the analog pins of dsPIC30F6014A controller. I think it reads the voltage at the ADC pins wrong. I am using Flowcode 9.3 and reading the ADC pins with component macro's GetVoltage. I checked the voltage directly at the ADC pin of controller with a multimeter and its corr...
by egearabaci
Mon Nov 14, 2022 7:39 am
Forum: Feature Requests
Topic: Suggestions for new microcontroller support
Replies: 49
Views: 100680

Re: Suggestions for new microcontroller support

The dsPIC33CH dual-core DSCs are developed recently. Basically, its two dsPIC33C devices on a single chip. < Is support of this device will be available with further Flowcode versions? For more information about controller: https://www.microchip.com/en-us/products/microcontrollers-and-microprocessor...
by egearabaci
Fri Sep 02, 2022 8:19 am
Forum: General
Topic: Potentiometer resetting its value
Replies: 6
Views: 1421

Re: Potentiometer resetting its value

Hi medelec35 again, I like the way the modified component works more because its easier to implement and also new users can use it without any help. Moreover, Steve's solution adds more blocks to flow, therefore I always prefer less seen blocks because of the simplicity. I was using the Potentiomete...
by egearabaci
Thu Sep 01, 2022 1:52 pm
Forum: General
Topic: Potentiometer resetting its value
Replies: 6
Views: 1421

Re: Potentiometer resetting its value

Thank you both for helping. Both of the solutions are worked smoothly.

Modified version of Potentiometer (colour) retained its set value.
by egearabaci
Thu Sep 01, 2022 7:55 am
Forum: General
Topic: Potentiometer resetting its value
Replies: 6
Views: 1421

Potentiometer resetting its value

Whenever the flowcode closes, potentiometers reset themselfs and do not keep their set value. Is there any setting that makes program to keep the value of potentiometers? When developing a complex project I can use up to 12-14 potentiometers. I do not want to set them every time I started the Flowco...