Search found 5 matches

by CP2102
Fri Jun 19, 2020 3:29 pm
Forum: NetBurner Software
Topic: MOD54415 IRQ question.
Replies: 10
Views: 9908

Re: MOD54415 IRQ question.

Hi, I had the same problem and found that you can make it work if you clear the interrupt flag after checking the state. Here what I did for IRQ7 on a Nano board: uint8_t bMuteState = 0; INTERRUPT( IO_IRQ_7_ISR, 0x2300 ) { Pins[ 9 ].function( PIN_9_GPIO ); bMuteState = Pins[ 9 ]; Pins[ 9 ].function(...
by CP2102
Wed Feb 12, 2020 6:57 am
Forum: NetBurner Software
Topic: Serial comm problem in Nano monitor v1.02
Replies: 8
Views: 3394

Re: Serial comm problem in Nano monitor v1.02

That's great! I guess we'll have to update the serial port driver in our software to add some time between each character we send
since we might encounter more v1.02 boards for a while...anyway, thanks for the fix!
by CP2102
Thu Feb 06, 2020 3:33 pm
Forum: NetBurner Software
Topic: Serial comm problem in Nano monitor v1.02
Replies: 8
Views: 3394

Re: Serial comm problem in Nano monitor v1.02

Hi, yes it works fine at 57600.
by CP2102
Tue Feb 04, 2020 9:13 am
Forum: NetBurner Software
Topic: Serial comm problem in Nano monitor v1.02
Replies: 8
Views: 3394

Re: Serial comm problem in Nano monitor v1.02

Thanks for checking this out. We see this issue using our own controller board and the Nano carrier board (rev1.3). We've also tried using MTTTY and putty and the problem follows the Nano board with the v1.02 boot monitor. Other than the serial issue, the Nano board is working fine which is why we s...
by CP2102
Mon Jan 27, 2020 8:46 am
Forum: NetBurner Software
Topic: Serial comm problem in Nano monitor v1.02
Replies: 8
Views: 3394

Serial comm problem in Nano monitor v1.02

We're using a script to configure the IP addres etc. of our nano boards using the serial monitor interface which runs at the default 115.2kbps. After sending a shift-A at power on we send the 'setup' command at the 'nb>' prompt. When sending 'setup' to a board with the new 1.02 monitor, it'll print ...