Search found 16 matches

by anitasure123
Mon Feb 29, 2016 11:19 am
Forum: Archive
Topic: Serial port settings
Replies: 5
Views: 25178

Re: Serial port settings

Not only for this baud rate, my application has to run for different baud rates which may be greater than 38400 or less than this.

Thanks
Anita
by anitasure123
Mon Feb 29, 2016 3:29 am
Forum: Archive
Topic: Serial port settings
Replies: 5
Views: 25178

Re: Serial port settings

Yes, I want to use it for 9600 baud rate.
by anitasure123
Thu Feb 25, 2016 8:49 am
Forum: Archive
Topic: Serial port settings
Replies: 5
Views: 25178

Serial port settings

Hi,

How to change the serial port settings of Astrobe terminal? which is now operating at 38400, Stop Bits: 1, Parity: None, Handshaking: None. I want to change it to 9600, Stop Bits: 1, Parity: None, Handshaking: None.

Please reply
Thanks
Anita
by anitasure123
Fri Feb 19, 2016 9:49 am
Forum: Archive
Topic: External Interrupt3 of LPC1769
Replies: 5
Views: 27996

Re: External Interrupt3 of LPC1769

Yes, first I cleared the bit in the IO2IntClr, (which will clear interrupt status).
by anitasure123
Fri Feb 19, 2016 3:49 am
Forum: Archive
Topic: External Interrupt3 of LPC1769
Replies: 5
Views: 27996

Re: External Interrupt3 of LPC1769

Hi, Thank you for reply. Yes I have cleared the interrupt in ISR of external interrupt. There are two methods to clear : 1) Making the interrupt pin itself not to receive the interrupt i.e by putting the zero in the bit of register GPIO Interrupt Enable for port 2 Rising Edge.(IO2IntEnr) 2) Disablin...
by anitasure123
Wed Feb 17, 2016 6:47 am
Forum: Archive
Topic: External Interrupt3 of LPC1769
Replies: 5
Views: 27996

External Interrupt3 of LPC1769

Hi, i developed an application using lpc1769 which should perform as: 1) When detects rising edge interrupt on P2.11, Its ISR is executed. ISR includes : 1) Disable this interrupt. 2) if GPIO pin(P2.0) was at low making it high(vice-versa) for 80ms and re-enabling the interrupt. so steps 1 to 2 cont...
by anitasure123
Thu Jan 14, 2016 7:25 am
Forum: Archive
Topic: Image Downloading to target lpc1769
Replies: 1
Views: 13195

Image Downloading to target lpc1769

Hello Sir,
Now from Astrobe IDE we can download the binary image of the current module, whose source code is in view in the editor window. My question is, Is it possible to download the binary image of the module whose source code is not in current editor window?

Thanks and Regards
Anita
by anitasure123
Fri Oct 16, 2015 9:25 am
Forum: Oberon Language
Topic: Linker file
Replies: 1
Views: 127123

Linker file

Hello there,
What is the linker file extension for Oberon language? If you have a sample of linker script, Please send the script. If this linker script matches with our target environment, we will move to premium version of Oberon.

regards
Anita
by anitasure123
Thu Aug 20, 2015 6:47 am
Forum: Archive
Topic: Timer- peripheral
Replies: 3
Views: 18831

Re: Timer- peripheral

Thank You for reply. Can you please give me Timer module definition. as I am using Starter edition i cant see its definition. I can use predefined Timer function, but after match i want to generate interrupt where my code has to perform some job. In C language this statement is used - while(LPC_TIME...
by anitasure123
Thu Aug 13, 2015 7:28 am
Forum: Archive
Topic: ISR
Replies: 1
Views: 18846

ISR

Hello There,

How to define ISR in oberon. I want to define ISR for external interrupt. as i am using starter edition, I can not check the definition of MCU and LPC import is not available.
Please reply.

Thanks
Anita