Search found 2 matches

by OxfordBlue
Fri May 05, 2017 7:21 am
Forum: NetBurner Software
Topic: Basic Question for beginner
Replies: 3
Views: 2955

Re: Basic uart interrupt

Dear Paul,

[*]In this logic and all things. I am not consider baud rate. Baud rate 57600 is enough for me.I do not think about these.

[*]I do not want to use infinite loops.If I use read function Software will be make complex. in the while(1) functions take a lot of time and no priority.

[*]I ...
by OxfordBlue
Fri May 05, 2017 1:20 am
Forum: NetBurner Software
Topic: Basic Question for beginner
Replies: 3
Views: 2955

Basic Question for beginner

Hello,
I am using mod5441x and NNDK 2.8.2.
We have a big project.in the project mod5441x has to be use 5 uart rx,tx interrupts and IOT.

When receive a byte mcu has to go to interrupt vector .I would like to use interrupt vector.In the other words, I would like to use weak interrupt callbacks.

I ...