Search found 7 matches

by Vor503
Sat Dec 26, 2020 1:36 pm
Forum: Flowcode V8
Topic: PIC18F47K40 Interrupt issue on Falling Edge
Replies: 2
Views: 1355

Re: PIC18F47K40 Interrupt issue on Falling Edge

Hi Martin and many thanks for the very smart idea: it works !
However, I don't understand the reason for the issue, but it is more important to solve it...

Best regards
Rov
by Vor503
Sat Dec 26, 2020 10:15 am
Forum: Flowcode V8
Topic: PIC18F47K40 Interrupt issue on Falling Edge
Replies: 2
Views: 1355

PIC18F47K40 Interrupt issue on Falling Edge

Hi all. If I use an Interrupt active on Falling Edge on INT0 Pin with a 5,6 Kohm pull-up resistor and a normally open push button from INT0 Pin and ground, as soon as I power the Pic, the Interrupt get fired, even if I don't press the push button. Tryed some delay before the interrupt's icon but the...
by Vor503
Sat Dec 19, 2020 2:35 pm
Forum: Flowcode V8
Topic: ILI9341 SPI (slow) speed with PIC24F16KA101
Replies: 2
Views: 1522

Re: ILI9341 SPI (slow) speed with PIC24F16KA101

Hi Ben So the component named "GLCD (ILI9341)" is a software SPI component and the "GLCD (ILI9341 SPI)" is the Harwdare SPI one ? I tried the Hardware version as you suggested and the clock was ~ 3 MHz, a good improvement. Thanks. But in that way I'm forced to use PIC's Pin 16 for Data and Pin 15 fo...
by Vor503
Fri Dec 18, 2020 8:46 pm
Forum: Flowcode V8
Topic: ILI9341 SPI (slow) speed with PIC24F16KA101
Replies: 2
Views: 1522

ILI9341 SPI (slow) speed with PIC24F16KA101

Hello. I wish to update some numerical parameter on a display ILI9341 as fast as possible with PIC24F16KA101 running at 32 MHz. With a simple program that write the same word in different combinations of R-G-B colours just for a speed test and using software SPI (if I'm not wrong), I measure a clock...
by Vor503
Wed Dec 16, 2020 7:55 pm
Forum: Flowcode V8
Topic: XC8 1.45 syntax error programming PIC18F47K40
Replies: 4
Views: 2311

Re: XC8 1.45 syntax error programming PIC18F47K40

Now is more clear.
In the next days, I'll try this method.
Many thanks

Rov
by Vor503
Sun Dec 13, 2020 9:28 am
Forum: Flowcode V8
Topic: XC8 1.45 syntax error programming PIC18F47K40
Replies: 4
Views: 2311

Re: XC8 1.45 syntax error programming PIC18F47K40

Hi Ben many thanks for your time and effort. It would be interesting to know why there are negative numbers in some goto instruction in the .as file since I don't think there was an error in my program I'll try to follow what you suggested me but I don't understand the program's operation when there...
by Vor503
Tue Dec 08, 2020 10:24 am
Forum: Flowcode V8
Topic: XC8 1.45 syntax error programming PIC18F47K40
Replies: 4
Views: 2311

XC8 1.45 syntax error programming PIC18F47K40

Hello. I hope someone could please help me. Launching the Compiler / Linker, I'm experiencing the following error from the XC8 Compiler (version 1.45, free mode): Target folder: C:\Users\ORS\Desktop\FLOWCODE Source name: C:\Users\ORS\Desktop\FLOWCODE\CABLE_TESTER.fcfx Title: Description: Device: PIC...