Page 1 of 1

Arduino nano problems

Posted: Wed Sep 26, 2018 4:33 am
by STibor
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.

Re: Arduino nano problems

Posted: Fri Sep 28, 2018 9:52 am
by Benj
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.
Arduino Nano 168.fcdx
(13.8 KiB) Downloaded 251 times
Arduino Nano 328.fcdx
(13.79 KiB) Downloaded 273 times
I'll investigate the other issues for you.

Re: Arduino nano problems

Posted: Sat Sep 29, 2018 11:52 am
by STibor
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.