Search found 5 matches

by santosh33
Sun Dec 15, 2013 11:54 pm
Forum: NetBurner Software
Topic: Rs232 serial communication example.
Replies: 2
Views: 4460

Rs232 serial communication example.

Hi All,
Can anyone post me simple RS232 serial communication through Uart1 supported for MOD5270. I just want to know the functions used for sending and receiving data..
by santosh33
Sat Dec 14, 2013 5:39 am
Forum: NetBurner Software
Topic: Interrupt & Interrupt Service Routine MOD5270
Replies: 7
Views: 7574

Re: Interrupt & Interrupt Service Routine MOD5270

Hello Ridgeglider,
Thanks a lot.. It was really helpful to me :) Thank yo so much
by santosh33
Thu Dec 12, 2013 8:22 pm
Forum: NetBurner Software
Topic: Interrupt & Interrupt Service Routine MOD5270
Replies: 7
Views: 7574

Re: Interrupt & Interrupt Service Routine MOD5270

Thank you very much.. But i want to execute the above mentioned code. I tried with different IRQ line except IRQ7 but still the ISR was not called. Can you help in executing the above code?? Thanks
by santosh33
Thu Dec 12, 2013 4:18 am
Forum: NetBurner Software
Topic: Interrupt & Interrupt Service Routine MOD5270
Replies: 7
Views: 7574

Re: Interrupt & Interrupt Service Routine MOD5270

Hi Roland,
I did tried reading that pdf but nothing helped and also tried epier value to 0x80, even then ISR was not called. Can you tell me how to calculate the epier value??? Thanks
by santosh33
Wed Dec 11, 2013 10:00 pm
Forum: NetBurner Software
Topic: Interrupt & Interrupt Service Routine MOD5270
Replies: 7
Views: 7574

Interrupt & Interrupt Service Routine MOD5270

Hi All,
I want to call an ISR when an Interrupt is triggered in MOD5270. Right now I am not able to call ISR. Please help me I am a newbie. Below is my code

#include "predef.h"
#include <stdio.h>
#include <ctype.h>
#include <startnet.h>
#include <autoupdate.h>
#include <serial.h>
#include <pins.h ...