Hello guys,
I was looking for some simple stuff like, Delay_ms();,
or even start a serial port like, Uart1_init(9600);.
At least proper delay routines would be a good help, all of this for the pic14 family.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I agree that, rather than have every SDCC user re-invent the wheel,
it might be nice for SDCC to include a few a few frequently-used
routines such as delay generator and UART setup.
I bet if we asked nicely, all of the following people would be happy
to give us the code they have already posted to the internet for their
delay_ms() and UART setup functions.
"examples for programming Microchip PIC processors in SDCC" http://burningsmell.org/pic16f628/
(My understanding is that the group of processors that the SDCC
compiler calls "pic14" includes the pic16f628).
Hello guys,
I was looking for some simple stuff like, Delay_ms();,
or even start a serial port like, Uart1_init(9600);.
At least proper delay routines would be a good help, all of this for the
pic14 family.
Hello guys,
I was looking for some simple stuff like, Delay_ms();,
or even start a serial port like, Uart1_init(9600);.
At least proper delay routines would be a good help, all of this for the pic14 family.
Dear SDCC developers including Electropepper,
I agree that, rather than have every SDCC user re-invent the wheel,
it might be nice for SDCC to include a few a few frequently-used
routines such as delay generator and UART setup.
I bet if we asked nicely, all of the following people would be happy
to give us the code they have already posted to the internet for their
delay_ms() and UART setup functions.
"examples for programming Microchip PIC processors in SDCC"
http://burningsmell.org/pic16f628/
(My understanding is that the group of processors that the SDCC
compiler calls "pic14" includes the pic16f628).
"SDCC USART Library for 14-bit PIC"
http://www.elab.ph/forum/index.php?topic=2401.0
"PIC16f627A with RS232 and sdcc"
http://www.singularity.be/2009/07/pic16f627a-with-rs232-and-sdcc.html
Nikolai Golovchenko.
"Microchip PIC Delay Code Generator"
http://www.piclist.com/techref/piclist/codegen/delay.htm
"simple flash LED"
http://sourceforge.net/p/sdcc/discussion/1865/thread/06684379/
"picloops delay loop calculator"
http://www.best-microcontroller-projects.com/assembler-c-coding-ezine7.html
"Timing in PIC"
http://microautomate.com/pic/timing-delay-loops/
"PIC Delay loop library"
http://www.mastincrosbie.com/mark/electronics/pic/delay.html
"Pic Tricks"
http://njhurst.com/electronics/pic-tricks/
On Thu, Sep 11, 2014 at 5:13 AM, Electropepper
electropepper@users.sf.net wrote:
--
David Cary
+1(918)813-2279
http://OpenCircuits.com/
http://david.carybros.com/
Thank you very much David, its a very good helpful information.