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...
Show off your group to the world. Share a photo of your group with us.

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 27051 - 27080 of 45916   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
27051
I am using an LPC2368 running at 60MHz. I am trying to respond to an external interrupt as fast as possible. I am using FIQ for the external interrupt only...
deliconn
Offline Send Email
Sep 1, 2007
7:53 am
27052
... an ... high, ... How many instructions between the FIQ vector and the instruction to the o/p? Are these in internal flash? Are the stacks in internal SRAM?...
Brendan Murphy
brendanmurphy37
Offline Send Email
Sep 1, 2007
8:28 am
27053
Hi All, I downloaded the Keil USB Examples for the MCB2300 board on their website. All examples worked well (except USBMem, because of the 16 kb limit for the ...
Sergio Paulo Sider
sergiosider
Offline Send Email
Sep 1, 2007
8:32 am
27054
... an ... high, ... As some suggestions for reducing latency: 1. Never disable FIQs. This won't improve the best-case performance, but it will reduce jitter. ...
Brendan Murphy
brendanmurphy37
Offline Send Email
Sep 1, 2007
8:58 am
27055
Hello i have just started working wit LPC2294, I am using Keil Compiler and have made a small circuit for ISP as given in application note AN10302. I have...
ruchika suneja
ruchikasuneja
Offline Send Email
Sep 1, 2007
10:59 am
27056
Check if you have correct exeption vectors table and its checksum. If this doesn't help. Get a working example try it and start from there. ruchika suneja...
3gpabko
zdravko_k_d
Offline Send Email
Sep 1, 2007
11:24 am
27057
... following error ... c:\gccfd\gnuarm\lib\gcc\arm-elf\4.0.3\libgcc.a crt.o armVIC.o sysTime.o uart.o uartISR.o console.o main.o ... `__umodsi3' ... ...
Gregory Nutt
spudarnia
Offline Send Email
Sep 1, 2007
11:32 am
27058
... and have made a small circuit for ISP as given in application note AN10302. ... configured all registers to my knoledge( ...
rtstofer
Offline Send Email
Sep 1, 2007
1:56 pm
27059
I am looking for some ideas on driverless USB serial possibilities. Some time ago I discovered the USB CDC ACM and at first thought this was a great solution,...
Doug Sutherland
proficio_res...
Offline Send Email
Sep 1, 2007
3:38 pm
27060
... The fast output is the only instruction in my FIQ routine. I am using internal flash with my stacks in internal SRAM and MAM is fully enabled. Vern...
deliconn
Offline Send Email
Sep 1, 2007
3:46 pm
27061
... Thanks for the tips Brendan. I will try your second and third suggestions, but I have situations where I have to disable the FIQ. Thank you for your time,...
deliconn
Offline Send Email
Sep 1, 2007
3:49 pm
27062
Another USB question, regarding USB mass storage. On CD-ROMs on windows you have the autorun which can launch a windows application. I would like to create a...
Doug Sutherland
proficio_res...
Offline Send Email
Sep 1, 2007
3:51 pm
27063
... to ... FIQs. I ... latency ... performance, ... right ... will ... saves ... FIQ. ... It should be possible to arrange that you never disable the FIQ. The...
Brendan Murphy
brendanmurphy37
Offline Send Email
Sep 1, 2007
4:41 pm
27064
Hi, I'm in need of the printf function in my current project based on the LPC2103. However if I try to link in Newlib, it simply won't fit, as the LPC2103...
Neil Jansen
neil_jansen
Offline Send Email
Sep 1, 2007
9:22 pm
27065
... There's plenty of printf's out there - try a little searching. Not sure what you mean about re-writing va_start etc., as these are typically built-into the...
Brendan Murphy
brendanmurphy37
Offline Send Email
Sep 1, 2007
10:16 pm
27066
Try http://www.menie.org/georges/embedded/index.html The code is nice and small. Regards, Sergio ... [Non-text portions of this message have been removed]...
Sergio Paulo Sider
sergiosider
Offline Send Email
Sep 1, 2007
10:33 pm
27067
I think the only way to improve performance anymore is to move the actual FIQ routine into SRAM. Though I am thinking this only get me a couple cycles because...
deliconn
Offline Send Email
Sep 1, 2007
11:39 pm
27068
Hi All, After some major hair loss, I found the solution to my problem (actually, I found a message in this forum I did not find before in my searches): GCC...
sergiosider
Offline Send Email
Sep 2, 2007
12:26 am
27069
I am stuck. I need help setting up the vectors and the stack areas for a LPC2138. I am using the Green Hill tools. I am not sure how to call up _start...
rf_equip
Offline Send Email
Sep 2, 2007
1:01 am
27070
I found a nice GCC example for setting selected functions to reside in RAM if anyone is interested. ...
deliconn
Offline Send Email
Sep 2, 2007
1:55 am
27071
Greetings lpc2000 Members: I am able to view the contents of FLASH, RAM and peripheral registers via Eclipse/OpenOCD/GDB ViewMemory tab OK but when I try to...
tmasyl
Offline Send Email
Sep 2, 2007
2:47 am
27072
Thanks to everybody for help. We went to a conclusion that this is an electrical failure. Unfortunately, due to shortage of 2368/2378 CPUs, there is a...
this_ip_address
Online Now Send Email
Sep 2, 2007
5:47 am
27073
... Thanks, that did the trick. Added ~7kb total (needed libgcc for % and /= functions for integer->ascii) which is still a bit much, however I think I can...
Neil Jansen
neil_jansen
Offline Send Email
Sep 2, 2007
6:13 am
27074
Hi all, I like to check that serial HW handshaking is correctly working with my LPC2136 (UART1), can anyone advise a tool (freeware/shareware) that can help me...
Michael Jamet
m_jamet
Offline Send Email
Sep 2, 2007
6:34 am
27075
Hi, Is there any good explanation on the CGU in LPC2888 ? how to program it ? I read the user manual, but I got lost with all the registers... I want to set...
shamiraharon
Offline Send Email
Sep 2, 2007
8:25 am
27076
hello doug, ... just implement a fat/vfat file system, using ausb mass storage class. then you put a file in that system called "autorun.inf". it can be on the...
Christian Klippel
netguy35
Offline Send Email
Sep 2, 2007
10:04 am
27077
are these sufficient? itoa() puts()...
stevech11
Offline Send Email
Sep 2, 2007
10:04 am
27078
... I don;t quite understand when you say "I won;t be using MAM at interrupt time". Typically, the MAM is set up once on itialisation, and left. You'll see...
Brendan Murphy
brendanmurphy37
Offline Send Email
Sep 2, 2007
11:00 am
27079
I do not think there any! And the way CC works on windows makes it run very slow. Plus you still have to "install" driver on windows for CDC devices!!! Not on...
Gus
gus_is_working
Offline Send Email
Sep 2, 2007
2:03 pm
27080
you can do teh autorun on any drive. forget CD-ROM as it would be too much work....just make a drive with FAT and use teh autorun.inf like the other poster...
Gus
gus_is_working
Offline Send Email
Sep 2, 2007
2:06 pm
Messages 27051 - 27080 of 45916   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