Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

Olimex LPC2148 and IAR UART example

Olimex LPC2148 and IAR UART example

2005-12-07 by stephan2148

Hi,  Has anyone gotten the Olimex LPC2148 development board and IAR
Uart example working for the LPC214X? I can see something with
hyperterminal, however it is just junk characters.  I have tried all
available baud rates.  Is this code possibly for a specific dev board?
This is an initial test to get running, what I really need to do is
get FAT16 talking to an sd/MMC card. Is there anything on that while
I'm here? 
Thanks alot.

RE: [lpc2000] Olimex LPC2148 and IAR UART example

2005-12-07 by Joel Winarske

Verify your fundamental clock setting, it may not be referencing 12MHz.
Keep in mind the LPC2148 has a fractional divider reg (FDR).  You can find
my tool for calculating very accurate baud rates for the LPC214x (FDR
enabled devices) here:
http://groups.yahoo.com/group/lpc2000/files/Tools/lpc2fdcalc.exe

Also you should be able to find my port of the EFSL on the EFSL dev mailing
list.  It implements FAT12/16/32, serial, and RTC code.

http://efsl.be/

Joel
Show quoted textHide quoted text
> Hi,  Has anyone gotten the Olimex LPC2148 development board and IAR
> Uart example working for the LPC214X? I can see something with
> hyperterminal, however it is just junk characters.  I have tried all
> available baud rates.  Is this code possibly for a specific dev board?
> This is an initial test to get running, what I really need to do is
> get FAT16 talking to an sd/MMC card. Is there anything on that while
> I'm here?
> Thanks alot.

Re: [lpc2000] Olimex LPC2148 and IAR UART example

2005-12-07 by Ake Hedman, eurosource

Hi,

First get rid of hyperterminal. It is very sensitive to faults in 
baudrate etc.Take a look at  http://bray.velenje.cx/avr/terminal instead.

/Ake

stephan2148 wrote:

> Hi,  Has anyone gotten the Olimex LPC2148 development board and IAR
> Uart example working for the LPC214X? I can see something with
> hyperterminal, however it is just junk characters.  I have tried all
> available baud rates.  Is this code possibly for a specific dev board?
> This is an initial test to get running, what I really need to do is
> get FAT16 talking to an sd/MMC card. Is there anything on that while
> I'm here?
> Thanks alot.
>
>
>
>
>
> SPONSORED LINKS
> Microprocessor 
> <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=tsVC-J9hJ5qyXg0WPR0l6g> 
> 	Microcontrollers 
> <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=DvJVNqC_pqRTm8Xq01nxwg> 
> 	Pic microcontrollers 
> <http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ> 
>
> 8051 microprocessor 
> <http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A> 
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
>     *  Visit your group "lpc2000
>       <http://groups.yahoo.com/group/lpc2000>" on the web.
>        
>     *  To unsubscribe from this group, send an email to:
>        lpc2000-unsubscribe@yahoogroups.com
>       <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>        
>     *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>


-- 
 ---
Ake Hedman (YAP - Yet Another Programmer)
eurosource, Brattbergavägen 17, 820 50 LOS, Sweden
Phone: (46) 657 413430 Cellular: (46) 73 84 84 102
Company home: http://www.eurosource.se      
Kryddor/Te/Kaffe: http://www.brattberg.com
Personal homepage: http://www.eurosource.se/akhe
Automated home: http://www.vscp.org



[Non-text portions of this message have been removed]

RE: [lpc2000] Olimex LPC2148 and IAR UART example

2005-12-12 by Stephen Synakowski

Hello again Joel, thanks alot for your tool.  I have the uart code working. 
I would like to check out your port of the EFSL for IAR and the LPC2148 if
it is available, this is exactly what I am trying to do.  
I however cannot find it on the mailing list.  Do you know if it is actually
there? I have been looking and looking. 
I read that they were going to add it to the next release of efsl, but I
don't think it is released yet.  Maybe you have a link to it that I cannot
find?
Thanks very much,
Steve


  _____  
Show quoted textHide quoted text
From: lpc2000@yahoogroups.com [mailto:lpc2000@yahoogroups.com] On Behalf Of
Joel Winarske
Sent: Wednesday, December 07, 2005 4:26 PM
To: lpc2000@yahoogroups.com
Subject: RE: [lpc2000] Olimex LPC2148 and IAR UART example


Verify your fundamental clock setting, it may not be referencing 12MHz.
Keep in mind the LPC2148 has a fractional divider reg (FDR).  You can find
my tool for calculating very accurate baud rates for the LPC214x (FDR
enabled devices) here:
http://groups.yahoo.com/group/lpc2000/files/Tools/lpc2fdcalc.exe

Also you should be able to find my port of the EFSL on the EFSL dev mailing
list.  It implements FAT12/16/32, serial, and RTC code.

http://efsl.be/

Joel

> Hi,  Has anyone gotten the Olimex LPC2148 development board and IAR
> Uart example working for the LPC214X? I can see something with
> hyperterminal, however it is just junk characters.  I have tried all
> available baud rates.  Is this code possibly for a specific dev board?
> This is an initial test to get running, what I really need to do is
> get FAT16 talking to an sd/MMC card. Is there anything on that while
> I'm here?
> Thanks alot.




  _____  

YAHOO! GROUPS LINKS 


	
*	 Visit your group "lpc2000 <http://groups.yahoo.com/group/lpc2000> "
on the web.
  

*	 To unsubscribe from this group, send an email to:
 lpc2000-unsubscribe@yahoogroups.com
<mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> 
  

*	 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> . 


  _____  




[Non-text portions of this message have been removed]

RE: [lpc2000] Olimex LPC2148 and IAR UART example

2005-12-12 by Joel Winarske

> I would like to check out your port of the EFSL for IAR and the LPC2148 if
> it is available, this is exactly what I am trying to do.  
> I however cannot find it on the mailing list.  Do you know if it is
> actually there?

This incorporates the old license.  Their next release will have the revised
license.

http://www.indyelectronics.com/efsl-0.3.4%20-%20IAR%20LPC2148%20Example.zip


Joel

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.