Ulink work with only Keil IDE software. ... -- N-Link ARM JTAG & ARM7 Boards ... http://www.micro4you.com http://stores.ebay.com/Micro4you-Store [Non-text...
I had arm/thumb interworking set to yes everywhere in my project, and it wouldn't compile. Adding an explicit THUMB_INTERWORK solved the problem, thanks. I...
... The task with the highest priority that is able to run is the task chosen to execute. If you suspend a task it cannot run (it is suspended) so a context ...
... Hi, your selection is not between U-Link, J-Link or any other xxx-Link, it is between the software packages you want to use. If you want to use Keil, you...
if i want to buy a jtag that work in both iar and keil the only solution is RDI. is there any USB RDI JTAG?low price. i need a little more information of RDI...
I'm new to LPC chip & my present activity is to get some experience with this device. I acquired one of the Olimex boards with LPC2103 and RS232 and I need...
... It's pretty easy to build the gnu-arm package from www.gnuarm.org. It will include the GNU assembler. All under Linux, of course. I use that package with...
In case it's any help, I have developed an spi_uart module based around the Phillips SPI-Uart chips, but it could be easily adapted for MAX versions I'd think....
I tried this out, it works great. Now my next question is how can I maintain functionality provided by the crossworks ctl_api (i.e. the ctl_set_isr function)?...
... Well, you've named all the possible solutions. So start looking at the tradeoffs and pick one. TomW -- Tom Walsh - WN3L - Embedded Systems Consultant ...
In my current project, I'm using a LPC915 device connected to the I2C bus of a LPC2148. It acts as a I2C slave implementing a circular buffer on the UART side....
... like ... so I ... to UART ... advices ... at the ... Tom: all solutions? some of the responses to this post have flushed out a couple not on the original...
... We do something similar with a LPC2134 - the same micro as the main system's one. The main system uses both UARTs: we implemented an I2C to UART on the 2nd...
i have a lot of void func(void) function type that on special condition must run.i use switch case but i want the excution of each of them are the same so i...
... "please please" learn to be an engineer and look it up yourself then ask questions if you don't understand what you find. This forum is dedicated to the...
No, it doesn't. :-( I removed the ENDP and I have this error: assembling Main.s... Main.s(437): error A87: UNCLOSED PROCEDURE Main.s - 1 Error(s), 0...
... I'll second Lua. I have a version working on the LPC2106 and on an SAM7 variant. I'm adding the float and string libraries now, and it's only about 80 to...
I have lpc2210 chips and am hunting around for sram chips. It seems simple enough but there arent any application notes and the user manual is rather...
I don't know how it is implemented internally on chip, but it apears to be not(mask) AND pin. It works as its operations description, not as its implementation...
... Our standard way of handling the NULL funtion pointer in cases like this is to declare something like: void invalid_fn(void) { ASSERT(FALSE); return; } You...
I'm looking at using SD cards in a few projects. I'd like to just treat it as a big eeprom/serial flash device, & don't really want to get into all the FAT...
... Once you have the device name, you can just fopen() and fread()/fwrite() it. The hard part is getting the device name, requires something like: devs =...
Clyde Stubbs
clyde@...
Oct 2, 2006 9:16 pm
19693
Hello All: I an new to the philips ARM7. I am working with the IAR 2148 Development kit with IAR's development software. I have been able to run all sample...