Search found 12 matches

by qwerty
Mon Jul 20, 2015 4:20 am
Forum: NetBurner Software
Topic: J2[34] as independent interrupt pin
Replies: 1
Views: 3138

J2[34] as independent interrupt pin

can we use J2[34] as independent interrupt pin to detect state change ( 1 to 0 )?

I have a need to use it in a similar way to that of external interrupt can I do that ?
my external IRQ are already used up.
by qwerty
Mon Jul 20, 2015 3:51 am
Forum: NetBurner Software
Topic: J2[34] as interrupt pin as interrupt on state change
Replies: 0
Views: 14404

J2[34] as interrupt pin as interrupt on state change

can we use J2[34] as interrupt pin ( to detect sudden fall from 1 to 0), to use it as interrupt on state change ?
can any one share the code for this purpose or example code
by qwerty
Wed Jul 15, 2015 2:29 am
Forum: NetBurner Software
Topic: How to receive UART data in interrupt mode
Replies: 9
Views: 8590

Re: How to receive UART data in interrupt mode

For the time being lets consider that I am using wires to short(electrical ) the rx & tx pins
by qwerty
Tue Jul 14, 2015 3:33 am
Forum: NetBurner Software
Topic: How to receive UART data in interrupt mode
Replies: 9
Views: 8590

Transmission time increases

when I am transmitting 16 bytes it takes 1ms at 460800 BAUD RATE but when I enable reception(reception from another netburner transmitting at same rate )along with transmission the transmission time increases to max of 5ms . what is the reason for this dependency, how can it be resolved? can this be...
by qwerty
Tue Jul 14, 2015 2:46 am
Forum: NetBurner Software
Topic: How to receive UART data in interrupt mode
Replies: 9
Views: 8590

Re: How to receive UART data in interrupt mode

can anyone share a UART code using DMA for MOD54415
or the instructions to do so.
by qwerty
Mon Jul 13, 2015 11:24 pm
Forum: NetBurner Software
Topic: cached ram
Replies: 4
Views: 4006

Re: cached ram

do u mean that by enabling FAST_USER_VAR and FAST_USER_STK preprocessors, can we move all our variables and stack to SRAM and there by increase the speed.
by qwerty
Fri Jul 10, 2015 10:05 pm
Forum: NetBurner Software
Topic: cached ram
Replies: 4
Views: 4006

cached ram

is there any APIs in μC/OS-II related to cached ram or cache?
I need to increase the seed of my program using cache , I am using MOD5541x with μC/OS-II
by qwerty
Tue Jun 30, 2015 5:55 am
Forum: NetBurner Software
Topic: How to receive UART data in interrupt mode
Replies: 9
Views: 8590

How to receive UART data in interrupt mode

I need to send and receive 75 bytes of data through each UART channel for 4 channels in 1ms . I had been using read () in 4 threads for reception, but I am not able do it in 1ms .Can I do in interrupt mode? how to receive data in interrupt mode can anyone share a code to receive data through interru...
by qwerty
Sat Jun 27, 2015 1:46 am
Forum: NetBurner Software
Topic: CPU_CLOCK to the maximum .
Replies: 6
Views: 6000

Re: CPU_CLOCK to the maximum .

how can I find the processor usage for different tasks.
We have nearly 20tasks running on my project. These all tasks should
execute in every milliseconds.when but some are not being executed , what should I do ?
by qwerty
Fri Jun 26, 2015 5:36 am
Forum: NetBurner Software
Topic: CPU_CLOCK to the maximum .
Replies: 6
Views: 6000

CPU_CLOCK to the maximum .

how can I increase the CPU_CLOCK( processor speed ) to the maximum .
which are the registers to be configured with values?
in which file and how should I configure these registers