Search found 61 matches

by DirkB
Fri Jan 05, 2024 5:41 pm
Forum: Bug Reports
Topic: Bug in Midi Component or in Flowcode?
Replies: 3
Views: 1044

Re: Bug in Midi Component or in Flowcode?

Hello, the bug is of course sitting in front of the computer. I have been working with Flowcode V5 for over 10 years and have created many projects with midi function. Everything has always worked very well. Now I had a problem with the midi component. The signals RTS and CTS did not exist before an...
by DirkB
Sun Dec 24, 2023 1:35 pm
Forum: Bug Reports
Topic: Bug in Midi Component or in Flowcode?
Replies: 3
Views: 1044

Bug in Midi Component or in Flowcode?

Hello, I have now created the first projects with FC10. Now I have noticed that the entire chip freezes as soon as I send midi data. It doesn't matter which data I send and which chip I use. If I insert a Send Midi icon, the whole chip no longer works. All LEDs are off, no button works anymore. I su...
by DirkB
Sat Nov 25, 2023 10:12 am
Forum: General
Topic: change individual bits in a byte
Replies: 5
Views: 1738

Re: change individual bits in a byte

Me again,
Reading a byte via var1 = var2 & 4 - (4 - 2) always gives the value of the bit,
such as bit 1 = 1(0), bit 2 = 2(0), bit 3 = 4(0), bit 4 = 8(0) etc. Can each bit
be read out as set (1) or not set (0)?

Dirk
by DirkB
Sat Nov 25, 2023 9:38 am
Forum: General
Topic: change individual bits in a byte
Replies: 5
Views: 1738

Re: change individual bits in a byte

Hello Martin,

many thanks for that. Is it also possible to set a bit in a byte by the value of a boolean variable,
like for example bit 5 (or any other bit) gets the value of the boolean variable?

thanks
Dirk
by DirkB
Fri Nov 24, 2023 6:15 pm
Forum: Bug Reports
Topic: PWM no function after update
Replies: 3
Views: 12946

Re: PWM no function after update

After the update to PWM V7 the PWM works. According to the data sheet,
the PIC18F14K22 has up to 4 PWM outputs. How can I set these?

Dirk
by DirkB
Thu Nov 23, 2023 5:11 pm
Forum: General
Topic: change individual bits in a byte
Replies: 5
Views: 1738

change individual bits in a byte

Hello,

How can I change individual bits in a byte?

Thank you
Dirk
by DirkB
Fri Nov 17, 2023 3:17 pm
Forum: Bug Reports
Topic: PWM no function after update
Replies: 3
Views: 12946

Re: PWM no function after update

Hello,

of course, I always create a new project with this
component to rule out other errors. The same result.
by DirkB
Sat Nov 11, 2023 12:12 pm
Forum: Bug Reports
Topic: PWM no function after update
Replies: 3
Views: 12946

PWM no function after update

Hello, there has been an update to the PWM. After the update, the compiler returns an error. The PWM no longer works. My chip is the 16F1825. Everything worked fine until yesterday. Here is the error message. C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\PIC\PIC_CAL_PWM.c:88:2: error: (192) undefined ide...
by DirkB
Sun Nov 05, 2023 3:37 pm
Forum: Bug Reports
Topic: PIC16F1825 Bug in OSCCON?
Replies: 0
Views: 15369

PIC16F1825 Bug in OSCCON?

I don't know how the old post ended up in the general section. So here again in the right section. Hello Ben, the oscillator runs at 32 Mhz. The PIC requires 4 clocks for 1 execution. It therefore runs at 8 mips and you must not divide the number of steps by four. The Speedtest programme should then...
by DirkB
Fri Nov 03, 2023 5:50 pm
Forum: Bug Reports
Topic: PIC 18F14K22 no PWM
Replies: 0
Views: 14966

PIC 18F14K22 no PWM

Hello, I have migrated one of my projects from the PIC 16F1825 to the PIC18F14K22. I noticed that the PWM is not working. The PWM works in the simulation. I created a new project with the chip and PWM. The same result. Everything else works correctly so far. Everything works correctly on the PIC16F1...