Hello!
New Win10 I installed Flowcode v7 and the current update.
"Https://www.matrixtsl.com/temp/FC7_Late ... -07-18.zip"
There are some problems with the program.
Target hardware: Arduino nano
1 .: Missing ADC channel, AN6, AN7 can not be selected.
2.: Component MIDI:
Channel hardware "Channel1", no incoming data, does not work.
Channel software, there are incoming data, it works.
3.: RS232, UART:
Interrupt UART0RX does not work, incoming data does not generate interruption, no incoming data.
Please look at the bugs.
Arduino nano problems
Moderator: Benj
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Arduino nano problems
Hello,
Bug 1 is easy to solve. The attached definition files should solve the missing ADC pins problem. Simply copy into your "Flowcode 7/FCD/AVR" folder.
I'll investigate the other issues for you.
Bug 1 is easy to solve. The attached definition files should solve the missing ADC pins problem. Simply copy into your "Flowcode 7/FCD/AVR" folder.
I'll investigate the other issues for you.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- STibor
- Posts: 263
- Joined: Fri Dec 16, 2011 3:20 pm
- Has thanked: 116 times
- Been thanked: 113 times
- Contact:
Re: Arduino nano problems
Hello!
Thanks.
I have noticed that the UART interruption works when I use the UART Send Macro after the UART reading macro, in the UART0 RX interrupts.
Thanks.
I have noticed that the UART interruption works when I use the UART Send Macro after the UART reading macro, in the UART0 RX interrupts.
- Attachments
-
- midi_test_rxint.fcfx
- (13.99 KiB) Downloaded 283 times