Search found 116 matches

by DirkB
Mon Mar 05, 2012 2:14 pm
Forum: Deutsch Support-Forum
Topic: Midi component ohne Funktion
Replies: 21
Views: 28175

Re: Midi component ohne Funktion

Hi Ben,

i have testet Hardware UART with 16F688 but in Interrupt Icon ist no RXINT present.

Regards

Dirk
by DirkB
Mon Mar 05, 2012 11:37 am
Forum: Deutsch Support-Forum
Topic: Midi component ohne Funktion
Replies: 21
Views: 28175

Re: Midi component ohne Funktion

Hello Ben,

i am using 16F684, 16F688, 16F88 and 16F917, Software UART with internal OSC 8 Mhz at the moment. Will change to hardware UART if necessary.

Thanks

Dirk
by DirkB
Sat Mar 03, 2012 11:52 am
Forum: Flowcode V5
Topic: Does Flowcode support LAT?
Replies: 2
Views: 2807

Does Flowcode support LAT?

Hello, does Flowcode support LAT Variable? 12.2.3 LAT Registers The LATx register associated with an I/O pin eliminates the problems that could occur with read-modify-write instructions. A read of the LATx register returns the values held in the port output latches instead of the values on the I/O p...
by DirkB
Sat Mar 03, 2012 11:50 am
Forum: Deutsch Support-Forum
Topic: Midi component ohne Funktion
Replies: 21
Views: 28175

Re: Midi component ohne Funktion

Hello Ben, after editing custom code there is no RXINT interrupt available.? What's going wrong? If you wish to use UART RX interrupts then as long as you have switched the defines to a hardware UART you can include the RXINT interrupt into your program using an interrupt icon. Inside the interrupt ...
by DirkB
Fri Mar 02, 2012 2:10 pm
Forum: Deutsch Support-Forum
Topic: Midi component ohne Funktion
Replies: 21
Views: 28175

Re: Midi component ohne Funktion

Hello Ben, ich habe etwas getestet und nun folgende Probleme. Bei Kompilieren bekomme ich folgende Warnungen: Serious Warning: Possible sw stack corruption, function 'FCD_MIDI0_ReceiveMIDI' called by more than one asynchronous thread (main/Task, interrupt, interrupt low) Serious Warning: Possible sw...
by DirkB
Fri Mar 02, 2012 10:58 am
Forum: Deutsch Support-Forum
Topic: Midi component ohne Funktion
Replies: 21
Views: 28175

Re: Midi component ohne Funktion

Hi Ben,

yesss, ich habe das neue PIC_CAL_UART.c installiert und nun scheint der
Software UART zu funktionieren. Ich werde noch testen und berichten.

Thanks

Dirk
by DirkB
Thu Mar 01, 2012 10:43 am
Forum: Deutsch Support-Forum
Topic: Midi component ohne Funktion
Replies: 21
Views: 28175

Midi component ohne Funktion

Hallo, das mit dem Timing für 8 Mhz (osccon = 0x70) funktioniert und 1 Sekunde ist 1 Sekunde. Nun gibt es ein Problem mit Midi. Es scheint das gleiche Problem wie hier: http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=46&t=10325 Ich verwende im Moment den 16F684 mit Interrupt und Software US...
by DirkB
Thu Mar 01, 2012 10:35 am
Forum: Flowcode V5 Issues
Topic: UART recieve value allways zero [FIXED]
Replies: 12
Views: 9332

Re: UART recieve value allways zero

Hi,

the same problem with Midi Component. It doesn't works at all.

Regards

DirkB
by DirkB
Wed Feb 29, 2012 11:34 am
Forum: Deutsch Support-Forum
Topic: Patch upgrade from v5.0 to 5.1
Replies: 9
Views: 7864

Re: Patch upgrade from v5.0 to 5.1

Ich habe es gefunden und es funktioniert!

... at the beginning of your program with "osccon = 0x70;" in it (this will set the internal oscillator to 8MHz). ...

DirkB
by DirkB
Sat Feb 25, 2012 2:03 pm
Forum: Deutsch Support-Forum
Topic: Patch upgrade from v5.0 to 5.1
Replies: 9
Views: 7864

Re: Patch upgrade from v5.0 to 5.1

Ich habe noch einen Test gemacht. In der Simulation läuft das Programm korrekt. Auf dem Chip läuft es nicht. Das debouncing habe ich mit einer sehr langen Zeit, mit 100 ms (only for testing :lol: ) getestet. Ein debouncing findet nur bei loslassen der switches statt. Es scheint als wenn die polarity...
by DirkB
Thu Feb 23, 2012 7:32 pm
Forum: Deutsch Support-Forum
Topic: Patch upgrade from v5.0 to 5.1
Replies: 9
Views: 7864

Re: Patch upgrade from v5.0 to 5.1

Hello Ben, In v4 war für switch low active "wait until low", es hat in der simulation und auf Pic funktioniert. Nun ist in v5 für switch low active "wait until high". Das ist ok für active low (logic level). Das Programm arbeitet nun sehr gut auf PIC mit "wait until high". Aber es arbeitet nicht meh...
by DirkB
Thu Feb 23, 2012 7:58 am
Forum: Deutsch Support-Forum
Topic: Patch upgrade from v5.0 to 5.1
Replies: 9
Views: 7864

Re: Patch upgrade from v5.0 to 5.1

Gibt es Neuigkeiten wegen diesem Problem? Ich kann meine Projekte nicht beenden!!!
Es ist wichtig die Programme auf einem PIC zu testen. In der Simulation scheint alles
prima, nur auf der Hardware nicht.

DirkB
by DirkB
Sat Feb 18, 2012 7:02 pm
Forum: Flowcode V5
Topic: Patch upgrade from v5.0 to 5.1
Replies: 25
Views: 18081

Re: Patch upgrade from v5.0 to 5.1

for german too.

thank's
by DirkB
Tue Feb 14, 2012 1:25 pm
Forum: Deutsch Support-Forum
Topic: Patch upgrade from v5.0 to 5.1
Replies: 9
Views: 7864

Re: Patch upgrade from v5.0 to 5.1

Unter v4 hat das wunderbar funktioniert. Wenn man einen Taster hält, läuft das Programm in v5 ununterbrochen, da das Component Macro invertiert (Bug) ist. Das Programm läuft dann mit 1 Hz maybe! Wenn man die Debounce Time reduziert auf 1 ms, die switches werden nicht debounced. - Inputs on Panel OK,...
by DirkB
Tue Feb 14, 2012 11:32 am
Forum: Deutsch Support-Forum
Topic: Patch upgrade from v5.0 to 5.1
Replies: 9
Views: 7864

Re: Patch upgrade from v5.0 to 5.1

Ich vergaß, dass Problem mit dem Entprellen (debouncing) der Switches ist noch nicht behoben. Bei einer Entprellung über
1 ms läuft das Programm auf dem Chip extrem langsam. Es sieht aus als wenn die Entprellung mit dem Factor x 10 oder
mehr stattfindet.

DirkB
by DirkB
Mon Feb 13, 2012 7:31 pm
Forum: Deutsch Support-Forum
Topic: Patch upgrade from v5.0 to 5.1
Replies: 9
Views: 7864

Patch upgrade from v5.0 to 5.1

Hello Matrixmultimedia Team. Nach dem Update von v5.0 -> 5.1 sind die Inputs auf dem Panel nicht mehr invertiert. http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=47&t=10207 Allerdings ist das Component-Makro für Switches "wait until high (or low)" im Flowchart noch immer invertiert. Das bet...