Embedded Programming

16389 Threads Posts
to

[OT] SQLite

This hit the news yesterday: SQLite contained a remote code execution bug. According to the ZDNet article the bug has b...
0 comments posted 7yrs
posted by gneuner2
0 comments posted 7yrs posted by gneuner2

snprintf return value

I usually have a static buffer and I don't want to use a dynamic buffer. char buf[BUFLEN]; I have to construct a long s...
12 comments posted 7yrs
posted by pozzugno
12 comments posted 7yrs posted by pozzugno

Makefile or not?

What do you really use for embedded projects? Do you use "standard" makefile or do you rely on IDE functionalities? Now...
44 comments posted 7yrs
posted by pozzugno
44 comments posted 7yrs posted by pozzugno

Crystal Load Capacitance

I am using a Atmel4SD32C processor. For the main clock crystal Atmel specifiey the following requirements: CLEXT Maximu...
19 comments posted 7yrs
posted by steve.jones
19 comments posted 7yrs posted by steve.jones

ODB++ PDB CAD Data

I am having an old board made and am being asked for ODB++ format CAD data files. It seems this is to facilitate the cr...
2 comments posted 7yrs
posted by gnuarm.deletethisbit
2 comments posted 7yrs posted by gnuarm.deletethisbit

RS485 over optical fiber cable

I'd like to replace an electrical cable with a fiber cable, mainly for electromagnetic noise immunity and long distance...
32 comments posted 7yrs
posted by pozzugno
32 comments posted 7yrs posted by pozzugno

How to transmit the value of an enumeration

enum type_t { TYPE_1, TYPE_2, ... TYPE_100, } void tx_byte(unsigned char c); enum type_t t; ... tx_byte((unsigned char)...
16 comments posted 7yrs
posted by pozzugno
16 comments posted 7yrs posted by pozzugno

24C16A EEPROM programmer

I have some 24C16A to program. I have a working 24C16A to clone. What is a fast and cheap way to proceed? I need a soft...
1 comments posted 7yrs
posted by pozzugno
1 comments posted 7yrs posted by pozzugno
100 comments posted 7yrs
posted by no.spam
100 comments posted 7yrs posted by no.spam

Conference call over VOIP

I asked a related question repeatedly but I have a slightly simpler questio n. We have a bunch of controllers running e...
3 comments posted 7yrs
posted by graeme.prentice
3 comments posted 7yrs posted by graeme.prentice