Search the web
Sign In
New User? Sign Up
lpc2000 · LPC ARM Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 43010 - 43039 of 45851   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43010
Thanks,             I will check inform to to u about its success and unsuccessful. ... From: mjames_doveridge <mjames.doveridge@...> ...
sukhdeep singh
sukhdeepmanku
Offline Send Email
Jul 1, 2009
7:41 am
43011
Dear members, I have many queries regarding External SRAM 1)i have a problem to sectorize my sram(2MB) lets i divide my sram into 256K blocks . how i do this. ...
ashutosh@...
ashu_tripathi79
Offline Send Email
Jul 1, 2009
7:46 am
43012
Try #define printf iprintf in a global include file and see how you go. Cheers, Bruce ... From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On...
Bruce Paterson
abruceperson
Offline Send Email
Jul 1, 2009
8:03 am
43013
Hi, I have no experiance yet on this topic but found some reference doc's and example code for keil on the nxp website: ...
Martijn Broens
martijnbroens
Offline Send Email
Jul 1, 2009
8:12 am
43014
... option in Makefile? Not really. ... It is the full blown complete support for the printf, sprintf, etc. functions. It is not designed to be small. It was...
HM2
sig5534
Offline Send Email
Jul 1, 2009
8:22 am
43015
... Do a search in the FreeRTOS download for a file called printf-stdarg.c. That implements a teeny tiny printf() that you can direct anywhere you like. Note...
FreeRTOS info
freertos
Offline Send Email
Jul 1, 2009
8:29 am
43016
Bruce,              When i use #define printf iprintf ,It tookadditional 6k memory.Which menas 18k.. ... From: Bruce Paterson...
pra bu
prabuisin
Online Now Send Email
Jul 1, 2009
8:37 am
43017
I have used printf-stdarg. c...cod memory didnt decrease.  ... From: FreeRTOS info <nospam@...> Subject: RE: [lpc2000] Standard Lib function with...
pra bu
prabuisin
Online Now Send Email
Jul 1, 2009
9:14 am
43018
Hi, check your .map file if printf() from the standard library is still in the executable. If so, then you did something wrong. You have to replace all your...
Foltos
foglaltid
Offline Send Email
Jul 1, 2009
9:43 am
43019
... I have done the same thing. Nothing as sophisticated as printf() but just a set of functions for printing chars, strings. hex bytes, hex shorts, hex ints,...
rtstofer
Offline Send Email
Jul 1, 2009
2:06 pm
43020
Hi all, i'm looking for the examples that is beeing refered to in the manual. does any body know where the can be downloaded?? pleas help. i'd like to...
Martijn Broens
martijnbroens
Offline Send Email
Jul 1, 2009
5:39 pm
43021
Hi ... www.hitex.co.uk --> Download --> Insider Guides File-Name: lpc2300_book_v2_srn.pdf greetings Jens...
georgdetlef
Offline Send Email
Jul 1, 2009
7:09 pm
43022
Do the USB lines need extra ESD protection going into the LPC2148, or are they protected well enough? Does anyone have any experience in this area? How about...
Sutton Mehaffey
sutton@...
Send Email
Jul 1, 2009
7:21 pm
43023
You should run it through one of those line terms like USBUF01. Chris. [Non-text portions of this message have been removed]...
HM2
sig5534
Offline Send Email
Jul 1, 2009
7:34 pm
43024
I, Thanks for the reply. But I already had the book. In chapter 8 they refer to tutorial examples. It's these files that I'm looking for. Martijn From:...
Martijn Broens
martijnbroens
Offline Send Email
Jul 1, 2009
8:22 pm
43025
Hi. When I launch vTaskDelay() on the FreeRTOS code the task doesn't return from delay if the argument isn't 0. By analisying I found that the vTaskYeld is not...
Felipe de Andrade Nev...
fanl1234
Offline Send Email
Jul 1, 2009
9:41 pm
43026
I've just found that the system isn't switching context. The unique way of performing a context switch is by forcing it throught the vTaskDelay(0), there is...
Felipe de Andrade Nev...
fanl1234
Offline Send Email
Jul 1, 2009
9:55 pm
43027
Agree with Foltos here. There must be a printf (or variant) left behind in your code. Ensure all files that include the global #define have re-compiled (check...
Bruce Paterson
abruceperson
Offline Send Email
Jul 1, 2009
11:34 pm
43028
hi richard, thanks for the reply. my led is attached to pin P1.16. i tried your code and unfortunately it did not work. compiled fine though. thanks for...
uw_mike
Online Now Send Email
Jul 2, 2009
12:58 am
43029
I have used some of the modules from the Keil NXP USB bootloader example (described in AN1064) to implement a USB MSC interface on a new product I'm...
Chris Lawton
clawton
Offline Send Email
Jul 2, 2009
1:45 am
43030
... In main.c Change all the instances of FIO0... to FIO1... (5 places) Change all the instances of 0x00000400 with 1<<10 (5 places) Lines 30, 31, 32 and 39,...
rtstofer
Offline Send Email
Jul 2, 2009
2:14 am
43031
... Oops, it should be 1<<16 rather than 1<<10. Richard...
rtstofer
Offline Send Email
Jul 2, 2009
4:28 am
43032
... This is nearly always because the tick interrupt is not working. If the tick is not working, time is not progressing, and if time is not progressing, the...
FreeRTOS info
freertos
Offline Send Email
Jul 2, 2009
8:22 am
43033
... Depending on his library, printf may still be included in the final output. He may also need the -ffunction-sections and -fdata-sections compiler options...
Pete Vidler
peterjvidler
Offline Send Email
Jul 2, 2009
8:23 am
43034
... As per my previous email, check that the tick interrupt is working. There are two different versions of prvSetupTimerInterrupt() in the download, one in...
FreeRTOS info
freertos
Offline Send Email
Jul 2, 2009
8:29 am
43035
I have checked out that still not working, I am using the following thing in my project. i have created a file u.cpp and including it with startup file...
sukhdeep singh
sukhdeepmanku
Offline Send Email
Jul 2, 2009
12:55 pm
43036
sukhdeep singh schrieb: Why do you want to compile main() as C++ ?? Just compile everything as C and leave C++ where it belongs: Application code, not...
42Bastian
bastian42
Offline Send Email
Jul 2, 2009
1:06 pm
43037
First of all thanks. is there any way to call interrupt in cpp? Thanks ... From: 42Bastian <deep-thought@...> Subject: Re: [lpc2000] Re: FIQ To:...
sukhdeep singh
sukhdeepmanku
Offline Send Email
Jul 2, 2009
1:35 pm
43038
Hi all,          Thanks for all shared with ur knowledge,and suggestions regrding this issue.   1.   I have used printf-stdarg.c.Code memory didnt...
pra bu
prabuisin
Online Now Send Email
Jul 2, 2009
2:02 pm
43039
... How exactly are you measuring your code size? Hopefully not just by looking at the size of the elf file... Have you tried other methods to reduce code...
Pete Vidler
peterjvidler
Offline Send Email
Jul 2, 2009
2:27 pm
Messages 43010 - 43039 of 45851   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help