RE: [lpc2000] Re: Cheap SD Flash File System
2005-11-10 by Joel Winarske
... Where can one find your implementation? Joel
Yahoo Groups archive
Messages
Page 123 of 329 · 16407 messages matched
2005-11-10 by Joel Winarske
... Where can one find your implementation? Joel
2005-11-10 by Paul Curtis
Joel, ... That wasn t the issue. The issue was that the PRLLC code did not handle subdirectories very well at all, it was tacked on as an afterthought. I
2005-11-10 by Joel Winarske
... On XP it s formatting a 128MB SD card with FAT16 by default. The card out of the package was FAT16. I haven t tried a smaller card to see if there s a
2005-11-10 by Joel Winarske
... The port was very straight forward. The big items are change structure packing to 1 byte and #defines for your compiler. And then implement three
2005-11-10 by rtstofer
... equality and ... As I understood the debate, the C99 spec has changed the inequality to strictly
2005-11-10 by Ake Hedman, eurosource
Thanks all for help on this. Switched to a 1 meter cable and got it to work on speed == 8 today. Thnaks a lot! /Ake ... -- ... Ake Hedman (YAP - Yet Another
2005-11-10 by bruce_p1
Yup, that what I did. I ll let everyone know what I find out. I heard all the LPC chips are getting rev d to fix errata soon, so this could be good timing if
2005-11-10 by Bill Knight
... Paul I may be off on which FATxxx it supports. It has been a while since I last used it. It was written quite a while ago and lacked support for larger
2005-11-10 by derbaier
... You can probably use something like this for the least expense. It claims to be aimed at your particular problem. http://www.transdigital.net/info.htm
2005-11-10 by Paul Curtis
Hi Bill, ... FAT12 is more complex than FAT16 when dealing with FAT 12-bit FAT entries that span a sector. A lot of SD cards are formatted FAT12 by default,
2005-11-10 by Bill Knight
A pretty good, open-source, no-pay FAT layer is available at . The implementation there is limited to FAT16 but can
2005-11-10 by Michael Johnson
... Hi Doug, CrossConnect works only with CrossWorks. Regards Michael
2005-11-10 by Adriano Levorse
Hi. My name is Adriano. Please, how can I change the locale settings? When I compile this const char ucTest[] = ÇÇÇÇÇ ; I get DC8 C7H,C7H,C7H,C7H,C7H
2005-11-10 by Doug Sutherland
... I have a list of JTAG adapters here http://www.proficio.ca/#JTAG-Resources If anyone is aware of others not on that list, please let me know. I have a
2005-11-10 by Radoslaw Mitura
I ll be waiting to hear the news from you. Thanks a lot. Radek ... __________________________________ Yahoo! FareChase: Search multiple travel sites in one
2005-11-10 by FreeRTOS Info
... Definitely start with the 2106 demo - this means you have the compiler options, startup code and a linker script all ready (the linker script needs
2005-11-10 by Peter Homann
Hi Richard, Thanks for your reply. Basically, I have a Keil MCB3130 board, but want to use GCC. I m able to get the Keil FreeRTOS demo to run under the Keil
2005-11-10 by FreeRTOS Info
... You are trying to target the LPC2138, but I m a bit confused about the compiler you are wanting to use. Keil or GCC? The main difference between the
2005-11-10 by Robert Wood
ST do four UART devices. The STR710 family all have four. Have a look at this flyer to get an idea. http://mcu.st.com/mcdfiles/1120203380.pdf Cheers, Rob
2005-11-10 by Robert Wood
I am no expert on this, but I am lead to believe writing file systems for flash based storage systems is a tricky business if you want to get maximum life out
2005-11-10 by brendanmurphy37
Dan, I take your point: if a compiler vendor has taken the trouble to provide an easy-to-use and readable mechanism to access h/w registers, then why not use
2005-11-10 by Paul Curtis
Robert, If you use MMC or SD cards, the on-board processor (an ARC is many cases, SanDisk is a fan) wear-levels the flash and swaps out defective sectors so
2005-11-10 by brendanmurphy37
Tom, I think you hit the nail on the head on both the pro and anti case ... and ... Pro bit-field: the code is more readable Anti bit-field: let the
2005-11-10 by Ake Hedman, eurosource
I have ported some samples for the MBC2130 and GCC that I can send you if you like. No FreeRTOS yet I m affraid. The samples I ported is the blink_switch
2005-11-10 by Peter Homann
Hi all, Well I ve got the MCB2130 talking to the Philips flash utility. Now I m not sure why? The only thing I can thing of is that I ve rebooted the PC? how
2005-11-10 by Jan Szymanski
... Yes, foer example STR711FR2 http://www.st.com/stonline/stappl/productcatalog/app? path=/comp/stcom/PcStComRPNTableView.onClickFromPartNumber&code=111089&s
2005-11-10 by Rob Jansen
... The only question is what will happen with the content of r15 during steps 11 and 12 (the LSB must stay 1 in order to jump to thumb mode). I have not even
2005-11-10 by radoslaw_mitura
Does anyone know the proper way of exit from debug state to the thumb running state? This is not described in any available arm documents.
2005-11-10 by Gromann, Klaus
Hi Joerg, you have set the BURST-bit (0x00010000)in the ADCR. I never tried this but the manual says that if this bit is set the ADC does repeated conversions
2005-11-10 by Bisser Gatchev
Probably your WR signal is ahead of the CS. Check the timing of the LPC and the UART. Try placing a 220pF capacitor between WR and GND. It should delay WR long
2005-11-10 by ffredrik
Hi, I had the same problem with my laptop. The cheapest and easiest way was to buy a port replicator, which provides a true LPT1: connection. A USB printer
2005-11-10 by lehmannjluc
Hi, I read your message, which by the way is 10224 (not 10244), and I agree with you. However our problem is that we are using a library provided by the
2005-11-10 by szemzoandras
Hi, First, sorry for long mail. Thanks everybody for reply. Yes, I know I can address fixed address like: unsigned int *a = (void * )0x81000000; *a =
2005-11-10 by Isamoung
Hi there, I was used in using Olimex ARM-JTAG (Wiggler) on my laptop. I now got a new laptop with no parallel port only usb. Are there any solutions to have
2005-11-10 by Michael Rubitschka
Hi Diego Please search the archive, this question is asked about two times a month. Or google for wiggler. Shouldn t be to difficult. Cheers Michael
2005-11-10 by rtstofer
... LPC is ... see if ... There s a bit of a discussion in the User Manual - in fact, I thought it was quite complete although I haven t tried to use it to
2005-11-10 by gajareap
I am facing problems with 16C554 interfaced to LPC2294. 16C554 initialised to baudrate of 4800. Getting Chip Selects, getting WR signal but serial data not
2005-11-10 by Robert Adsett
... Fair enough. That works (until it doesn t). ... Um, I think what I was writing about and what you read are two different things. I was referring to the
2005-11-10 by SU
Hi, How to be a happy SOHO who can earn enough money, also keep healthy as well. M.T. ... From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com]On
2005-11-10 by Peter Homann
Hi, Thanks guys. I ll break out the test gear tonight. From what is being said, it is either a hardware problem, or the LPC is not entering boot mode. I can
2005-11-10 by rtstofer
... working. ... screw it up? ... #UM10120, top ... I read all around that paragraph. But that s the word - it can t be overwritten. Richard
2005-11-10 by Tom Walsh
... No, you cannot. According to the Philips doc that 8K sector is protected from erasure. Please refer to the Philips manual: LPC213x User Manual #UM10120,
2005-11-10 by Tom Walsh
... You can release it once it enters the bootloader, it is only necessary to hold it low to notify the processor that you wish it to run the bootloader. TomW
2005-11-10 by Tom Walsh
... Perhaps telephone the local Philips Field Rep and get on their case about the issue? Regards, TomW -- Tom Walsh - WN3L - Embedded Systems Consultant
2005-11-10 by rtstofer
... working. ... screw it up? ... We need Philips to weigh in on this. I noticed from the User Manual that IAP is prevented from overwriting the boot loader
2005-11-10 by Peter Homann
Richard, Yes, it had been working. I think I downloaded a Hex file for a processor other than the LPC2138 and then it seemed to stop working. I don t think it
2005-11-10 by rtstofer
... serial ... It might be a pretty dumb question on my part. It must have worked or at least that was the intent. That is a very nice design. No jumpers to
2005-11-10 by Peter Homann
Richard, Will do. The schematic for the board and how P0.14 is controlled via the serial port 0 is posted on their website at;
2005-11-10 by rtstofer
... am ... that, ... Please post your results re: the Philips utility controlling P0.14. The Olimex LPC2106 board doesn t make that assumption - there is a
2005-11-09 by Peter Homann
Hi Guillermo, THanks for the reply. As P0.14 is connected to the serial port, I am assuming it is controlled by the Philips utility. I will verify that, but