What coding standard are you using for C?5645 (11/4/2009 10:10:37 PM) comp.arch.embedded What coding standard are you using for C (if any)? Like naming variables, functions, constants, globals, locals, types etc.? for example: MyFunction(); myFunction(); My_Function() my_function() UART_read() ... gik(6)
Time2455 (11/8/2009 6:21:17 AM) comp.arch.embedded Hi, In keeping with the spirit of posing challenging (interesting?) questions... Expressing (calendar) *time* to the user presents a dilemma. Most devices that are aware of calendar time also include provisi... not.going.to.be(525)
Software real time clock using timer unit1855 (11/8/2009 3:35:23 PM) comp.arch.embedded I am trying to implement a software real-time clock on ARM using the timer module. I am pretty much unable to do it at this point and was hoping that someone could point me in the right direction -- perhaps e... alex.xander99(7)
USB drives, caching and sync20152 (1/11/2010 11:04:40 AM) comp.arch.embedded Hello everyone,
I'm working on a digital television receiver which can record a
transport stream to an external USB hard disk drive.
Whenever I write to the HDD, whether a few bytes or an entire program... Noob
Static linking in LGPL, Upgrading LGPL libs4030 (2/7/2010 5:12:19 AM) comp.os.linux.advocacy Hi, I have been trying to use certain LGPL based libraries. I understand that if it is dynamically linked, there is no problem . I understand that If the library code is changed, then the library source code h... karthikbalaguru79(791)
Bezier lengths w/o lots of resources56257 (6/15/2010 1:23:44 AM) comp.arch.embedded Hi,
Not the *ideal* group for this post -- but the "right"
group would undoubtedly throw *way* more resources at
the solution... resources that I don't *have*! :<
I'm looking for a reasonably efficient... D
Position independent code with position dependent data ?23193 (6/30/2010 3:41:42 PM) comp.arch.embedded Hi there !
My CPU has no MMU, very little RAM (8KB), and is running a modified
FreeRTOS. I'd like to have the ability to "load" and run some code
from USART/DATAFLASH to FLASH as a RTOS task. Of course, fo... nono240
CAN functional test8161 (7/29/2010 12:13:13 PM) comp.arch.embedded Hi,
I'm preparing a end of production test for a board. The test will be
semi automatic, there will be a guy that push some buttons and turn
some poti.
On the board I have rs232 an CAN communication.
For r... jack4747(16)
Do you think MLVDS got some future?15111 (10/6/2010 10:13:17 AM) comp.arch.embedded I was making a research a few months ago to make a control system for
a robot and after a while I found MLVDS. It seems perfect to be used
as a network for communication inside a robot but I could not find
m... Sink0