Hi Michael, ... I always try to give a direct answer to a pointed question. I am aware of SVN, have it installed, and use it. If advice is what the original...
Hi, in your case it works. No doubt! ... This is a special case in which you must setup FIQ state to use it. ... Ok, I think I understood! You want to modify...
Hi Joel Wasnt this part of the answer "direct" enough ? ... I dont understand whats your problem, but maybeeit is better this way. I truly apologize if my...
How can the silicon revision of an LPC2K device be determined? I couldn't find a revision register for the LPC2294 - have I just missed it? At the moment this...
... Incorrect. The most recent version you updated to is stored locally inside .svn but not everything else so diffing against other revisions requires a trip...
Craig ... Thanks for correcting. That's what I meant. I check out, change, forgot what I changed and can easily diff. Albeit you can do this with cvs as well,...
Hi, I wanna fill unused area in flash program with a instruction code that reset the microcontroller for protection. In arm and thumb for ARM7-TDMIS Thanks in...
I am having a problem with my real time clock. I can set it, but then it does not ever move until it is set again. Below is the code used to set it. I don't do...
Nevermind, I'm an idiot. I had commented out my update code ( to move the time out of the RTC back into variables ) because I was testing. Thanks, Mike Haines...
I have this code for the ADC in burst mode. The ISR is called continually, but I don't see a value for the result. Gurus enlighten me, what am I doing wrong? ...
... It is just as easy to setup a SVN server if one do not require the use of the http and/or https protocols. If one are using either the svn:// or file:/// ...
... file:/// ... I don't think you actually need to setup an SVN server at all if you use the file:/// protocol. I just have a repository(s) on a file server...
... Try dumping your code (arm-elf-objdump) or look at the listings file (.lst). I think that you will find that the compiler has decided that since result[]...
... the use of ... svn:// or ... to ... I recently setup SVN using the apache HTTP server and found it very easy. Took all of about 1-2 hours and I have no...
Hello! I am working in a LPC2106, using a 10MHz crystal. I configure PLL to work at 50MHz. Sometimes the PLL locks, but sometimes dont. I cant see any...
Dear Philips Apps Team, In the latest version of EE_demo.txt, you say: "However, if sectors 1 and 3 are to be erased, it will take one erase command for sector...
... Did you find any work around? My hardware will be powered up not by a user but bya system, and my somplete system will have 16 LPCs so I cant power and ...
... Really? I do it all the time: check out a file, make a mod, and "cvs diff" will show the changes between the repository and the modified local file. -- ...
... You can try using the "volatile" modifier to the variable. That forces the compiler to modify it even when it doesn't see the point. :) Guille ... ...
Hi, Sorry for some delays... Did not have a chance to get near an LPC21xx chip for a week... Pls test out/verify following code. It seems toggling Pin 10...
Hi, Thanks, Tool used here is a handheld Leister CH-6056 hot-air blower/ desoldering tools (~US$400 cheap tool) This tool is meant for removing SMT/QFP parts...
Oven/Skillet might work. But foresee hard to control timing and temperature. Hee, You seem like having some "weird" ideas as me of using home appliances for...
According to User Manual, you use lowest possible crystal, but it may works. Do you set CCO within recommended range 156 to 320MHz? For desired frequency 50MHz...
Consider the following purely hypothetical scenario: a) LPC variants have identical architecture on silicon; b) anyone can upgrade or downgrade the parts in...
Hi, ... Hypothetically, one assumes that all chips are graded and those that do not make the grade (i.e. have certain defects) will have those defective blocks...