DevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
JoinDevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
Joinseeking-collabs
🪲-firmware-and-baremetal
📦-middleware-and-os
📡-edge-networking
🟩-pcb-and-analog
jobs
☁-iot-cloud
✅-code-review
devheads-feed
general-dev-chat
Looking for some help with getting Clock output on MCO1 (PA8) from LSE
configure an LVDS screen with 800x480 resolution (WVGA) on embedded Linux 3.14.52.
any other techniques you recommend to achieve a balance in my library design for I2C, SPI, and GPIO
What is wrong with my code ?
function to swap each 4 bytes of the ram
When compiling my FreeRTOS, my functions in string.c conflict with the built-in function 'tolower'
Is there any difference between the { e.MapControllers(); } and the e.MapControllers() ?
C#
, when using lambda expressions with the UseEndpoints
method, what's the difference between including curly braces and omitting them?
From my code example :
```
public void Configure(IApplicationBuilder app)...programming an ARM M0+ based Freescale microprocessor
Is there a correct way to generate a self-signed certificate for an embedded Linux device
I'm looking to attach some USB devices to my embedded Linux board.
How to Correct Inverted Colors When Converting Framebuffer Data to PNG with ImageMagick on OMAP35x?
/dev/fb0
on my OMAP35x
board to a PNG image using ImageMagick's convert
command. However, the resulting image screen.png
appears incorrect. The The colors in the image are completely reversed, with negative values displayed.
Here is the command I used:
convert -depth 8 -size 240x320 rgb:./screen.raw -swap 0,2 -separate -combine screen.png
convert -depth 8 -size 240x320 rgb:./screen.raw -swap 0,2 -separate -combine screen.png
Improving Usability and Code Completion in Keil MDK for STM32F4 Development
How to Efficiently Sort 10,000 16-bit Integers on an Embedded Device with 512 KB RAM?
512 KB
of RAM. This device needs to accept a list of 10,000
random numbers prolly 16-bit
integers over a serial connection and then send them back sorted in ascending order. The catch is that the device has no additional storage beyond the RAM.
I can't discard any data during the sorting process.
Also the code itself will be stored in ROM.
My question is that , is it possible to sort this list of numbers efficiently within the limited RAM of the device? If so, what are some creative ways we can approach this problem, considering the constraints?...developing embedded software for a dual-core mcu that is ARM Cortex-M where each core runs separate
Why does Linux allocate so much virtual memory for Java compared to the heap size?
need to calculate the elapsed time in milliseconds between two points in my code(using STM32F103C8T)
what other multitasking RTOS options are available that are compatible with AVR?
is there any efficient and robust C++ wrapper for Threadx RTOS which can be used out of the box ?
Can anyone share techniques or best practices for memory management in uC/OS-III
Yocto in Windows Subsystem for Linux on Microchip Discovery