Forums More Forums
64-bit embedded computing is here and now
inSometimes things move faster than expected. As someone with an embedded background this caught me by surprise: Tera-Byte microSD cards are...
Sometimes things move faster than expected. As someone with an embedded background this caught me by surprise: Tera-Byte microSD cards are readily available and getting cheaper. Heck, you can carry ten of them in a credit card pouch. Likely to move to the same price range as hard disks ($20/TB). That means that a 2+ square inch PCB can hold a 64-bit processor and enough storage for memo...
(Semi-) formal methods
inHow prevalent are (semi-) formal design methods employed? Which? [I don't have first-hand knowledge of *anyone* using them]
How prevalent are (semi-) formal design methods employed? Which? [I don't have first-hand knowledge of *anyone* using them]
more on arm asm.
Jonathon - I'm in the testing phase now but, thankfully, strictly 32 bit code. One trick I've found that's been helpful is "fasmarm", which...
Jonathon - I'm in the testing phase now but, thankfully, strictly 32 bit code. One trick I've found that's been helpful is "fasmarm", which is an offshoot of a 386 et.al. assembler. The name is, if memory serves, flat assembler or fasm. I've got it on a Microsoft xp msdos directory. The fasmarm handles the 64 bit codes which might make it useful for you. Hul Jonathan Harston
Press Release - AEiC 2021, Ada-Europe Reliable Softw. Technol.
----------------------------------------------------------------------- FINAL Call for Participation ...
----------------------------------------------------------------------- FINAL Call for Participation *** UPDATED Program Summary *** 25th Ada-Europe International Conference on Reliable Software Technologies (AEiC 2021) 7-10 June 2021, Virtual Event www.ada-europe.org/conf...
Embedded linux serial port
inI used a simple driver for serial port in Linux with success in many projects, but recently I found an issue with it. The scenario is an...
I used a simple driver for serial port in Linux with success in many projects, but recently I found an issue with it. The scenario is an embedded Linux (running on iMX6) that runs a QT application (that creates a GUI on a touch display) and a C application that communicates over a serial port. When QT application starts some complex graphics (I see its CPU load reaching 70-80%), the ...
Array of bits
inMany times I need to pass to functions or serialize an array of bits. If they are just a few (8-16 bits), I decide to use a standard...
Many times I need to pass to functions or serialize an array of bits. If they are just a few (8-16 bits), I decide to use a standard array: uint8_t my_short_array_of_bits[16]; void abits_set_bit(uint8_t *array, size_t size, uint8_t nbit); uint8_t abits_get_bit(uint8_t *arrray, size_t size, uint8_t nbit); It sometimes occurs that the number of bits is much greater, maybe 100 or 200. If ...
Udev-based serial number dependent symlinks for PCIe UIO devices
inI'm working at a system, where a server manages multiple PCIe data acquisition cards. Each card has its individual serial number available in the...
I'm working at a system, where a server manages multiple PCIe data acquisition cards. Each card has its individual serial number available in the extended PCIe configuration space. The cards are controlled as UIO devices. Unfortunately, it appears that the card are sometimes enumerated in the random order. Proper management of the system requires that there are symlinks created with names permane...
Pipeline hack
inWanna bet the folks who designed the kit "bolted on" the security after-the-fact (as opposed to designing it in from the start)?
Wanna bet the folks who designed the kit "bolted on" the security after-the-fact (as opposed to designing it in from the start)?
Linux embedded and direction control of RS485 transceiver
inI have an half-duplex RS485 bus with 10-20 different nodes. Some of them are 8-bit MCU based, one of them could be Linux embedded. It's...
I have an half-duplex RS485 bus with 10-20 different nodes. Some of them are 8-bit MCU based, one of them could be Linux embedded. It's half-duplex, so it's important for the transmitter node to disable the driver as soon as the last transmitted bit is shifted out. Many small low-cost MCU has interrupt on transmission complete, so the delay of disabling the driver is usually on the ord...
STM32 CUBE project
inSo, i created the ADC1 & PIOC13 blinker, bit it does me no good without knowing what the analog values are. But when i try to create an USB_CDC...
So, i created the ADC1 & PIOC13 blinker, bit it does me no good without knowing what the analog values are. But when i try to create an USB_CDC device, it complaints about: ADC1: partly disable conflit with USB_FS_OTG: device mode only Does it mean i can't use USB and ADC together? By the way, how do i tell the IDE to keep it's hand off my codes? It keeps whipping out my codes when c...
Ask a Question to the EmbeddedRelated community
To significantly increase your chances of receiving answers, please make sure to:
- Use a meaningful title
- Express your question clearly and well
- Do not use this forum to promote your product, service or business
- Write in clear, grammatical, correctly-spelled language
- Do not post content that violates a copyright