Greetings: Can FLASH be programmed via OpenOCD/Eclipse with a legacy parallel port wiggler? If not I would like to hear recommendations for Olimex ARM-OCD-USB ...
Well, one could provide a software stack and accessed with the FSR on the PICs. A value could be placed to represent both a call to and a return from selected...
... Mukund, You should be aware that ANSI 'C' does not prescribe bit-field implementation, so there's two things to consider: - you have to verify that the...
... According to computational therory any turing-equivalent machine is capable of the same calculations. So yes, with enough trouble you can. You could even...
Hi ... 0x40001000 Should generate a compile error since the menmonic requires '[' and ']' on Rbase register. Am I missing something? Regards ... Alertas do...
Try the RTOS, works fine on ARM7 (port), using cooperative or pre- enptive task schedull. ... continuously. At the same time, if the PC is plugged in to the...
He at ALL I must dimension the mAH for the battery current in Vbat terminal for refresh the RTC when the VDD is zero Vdd = 0. In data sheet is write the Ibat...
... should ... since ... yes, I simplified the instructions. I thought STR didn't need to be executed in SYSSPEED. I came to this (false) assumption because...
Thanks Brendan, I use GCC only. Yes, I will keep in mind your suggestion. Warm Regards, Mukund Deshmukh, Beta Computronics Pvt Ltd. 10/1 IT Park, Parsodi, ...
Try www.freertos.com If i remember right, there is already an ARM port for this very basic, non preemptive RTOS. Regards ... Alertas do Yahoo! Mail em seu...
... Tsk, tsk, that annoying. May I suggest trying http://www.FreeRTOS.org also? Regards, Richard. + http://www.FreeRTOS.org A free real time kernel for 8, 16...
... FreeRTOS.org on the other hand can be used in both preemptive or cooperative modes. They are two different systems, I just get annoyed when people link to...
Yes, you are right, i was refering to 'that' system, wich is really very basic and only runs in cooperative mode or superloop, wich can´t really be called OS...
Hi, to integrate function from a PC based Webserver on a embedded webserver it is necessary to build small PNG or GIF files. Most implementations are for BIG...
Hi, My code wakes up the procesor with RTC, EINT0, EINT1, EINT2 and EINT3 without any intrerrupt function. Is this possible to read the EXTINT state to the...
Hello, Looking at the LPC2468 manual, I can see that the registers for USB host starts at 0x31020000 but according to the memory layout, this address is...
Gus, I think this is a cut-and-paste error on the Users Manual. I don't know how it got-in in the first place. We will fix and update in the near future....
Not sure what you want. Do you mean, LPC21xx will execute this encoding to store data in an external flash, or do you want a PC utility that will read a PNG or...
... I have been tempted into using bitfields for HW interfacing several times. I have always regretted it. There are the portability issues Brendan pointed...
hi, I am interfacing MMC card with LPC2148 SPI based . I have one application note from NXP which shows how to interface SD /MMC (512 MB) card using SPI for...
Set into programming mode?Would the boot loader for ISP will not start if the conditions written for the same are satisfied in my board?I haven't got the...
Hello all, I have a 2358 design here with a Samsung SDRAM K4S641632K (UI75). The SDRAM is a 4M x 16 (4 banks), and is connected basically the same way as...
I am currently migrating a project from an 8051 micro to a LPC2103. I started testing my code using the demo board, which came with the IAR Kickstart Kit. ...
... start if the conditions written for the same are satisfied in my board?I haven't got the solution of my problem.Plz help. ... P0.14 needs to be '0' when...
Well, i don´t know why but JLINK isn´t much reliable for me too. During several debug sessions it just can´t work as i expect. It can´t reach breakpoints, ...
I am using Uvision 3 , Generating code for lpc2214 Here below is my simple code int x=10 ; int y=100 ; void ram_fun(void); void delay(void); void main() { ...