Hi -- I need to make some variables global by having them all outside of functions and procedures. I would like to have them all in one file to make life...
You can declare them in a separate 'C' file, but you also have to declare them 'extern' within the files that use them. Sutton ... outside of functions and...
Thank you very much for your help. Alvin.... APSTRON LLC P.O. Box 10336 Blacksburg VA 24062-0336 www.blacksburg.net/~schmitta ... From: Sutton Mehaffey...
Hi, you need to declare the variables and function definition in *.h file and include the file in the main.c and all other modules ..... you need to declare...
rahul shinde
rahul.shinde@...
Dec 24, 2008 6:58 am
562
That doesn't work for me. Keil generates errors if you don't have externals. Sutton ... file and include the file in the main.c and all other modules ..... ...
 Hi --- Thanks. The declaration of global variables outside of c programs works with the extern statement for all references to those variables. Thanks....
Hi, I´m currently working in a development for a hand-portable system, using features of the LPC family ( low power, low consumption ). I´m using LPC936 (2...
sorry,i redo the mail, I believe that the information was a little useless. I´m currently working in a development for a hand-portable system, using features...
Hi jamr, have you checked the user manual UM10116? I havn't used ADC with the LPC936 yet. But if I understood the description of "Table 18: A/D Mode register B...
... description ... description" on ... block at ... [mailto:lpc900_users@yahoogroups.com]Im ... useless. ... incorrect ... work ... You can not use the ADC...
Your probably trying to read multiple A to D channels at the same time . There is usually only one A to D per a group of channels so you can't read two...
Hi, i think it is pretty clear what i want. I want to read characters from the UART and stop reading if the character 'a' occurs. I have written a small...
Hi, you should initialize char character before entering the while-loop! ... i=0; character = 0; do{ ... The first time you call Get_Return_Value() character...
Problem solved for DAC0-AD00 in LPC936 I have solved the problem, I find a solution for my application: AD00 isn't a critical time task, I check the system...
Hi, does anyone have experience with the Vinculum VDIP1 module? I tried to plug several different USB disks into the VDIP1 module, but only one USB device...
Anyone done ISP on a 936? On the app. note AN10258, there is a statement that says 'To control VDD, a PNP transistor is needed, because P2.3 cannot supply...
... to ... No, you must build it as stated, it is part of the timing for entering setup to the device. Build it exactly like the app note and it will work...
... control ... enough ... P2.3 ... and ... I've seen it do that, I guess the logic is that it can do an ISP without the system power on. I've seen it light...
Google should help out quite a bit. ... -- Sutton Mehaffey Lookout Portable Security 4040 Royal Dr. #100 Kennesaw, GA 30144 800-207-6269, 770-514-7999,...
Sutton Mehaffey
sutton@...
Feb 7, 2009 11:42 pm
590
hi  this the first time i am using this controller P89LPC9401. i write a simple program to blink LED but it not work. i used P00 and P21 and configered as...
USE PUSH PULL configuration[current sourcing mode] or open drain[LED pull up- current sinking mode] More details in port configuration of usermanual Regards ...
Hello, I´m coming back !! I´m working with the precma LPC900ICP programmer board, and his own software. I need (I WANT) use flash magic (embedded systems...
I use LPC PRO with In Circuit direct download. APSTRON LLC P.O. Box 10336 Blacksburg VA 24062-0336 www.blacksburg.net/~schmitta ... From: Juan Antonio...
We are providing shipments for the programmers for ISP / ICP for the ARM/LPC9xx/8051 cores. few Programmers are compatible with the flash magic and few have...