Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
I have a solar inverter monitoring system that monitors some parameters from a solar setup like. Parameters like energy generated by solar panel, energy consumed from grid, energy consumed from […]
I guys, I’m trying to integrate an SD card intro my board based on Renesase DA14708 MCus, low level drivers are provided by the SDK, I added an sd_spi driver […]
I need to write driver for this I cannot seem to understand What does this table means It is connect to driver ic ht16c21 Which has ram mapping but i […]
Hi, Does anyone know how to configure SM32H723 DMA buffer to non-cacheable are without disabling I-Cache and D-Cache settings. Thanks in Advance.
Hello @daleonpz am trying to deploy model on esp32cam can i ask How can I determine the exact RAM requirements for my application and properly configure PSRAM usage in ESP-IDF […]
I have implemented a custom memory allocation function using `sys_mmap` for memory allocation. Here’s my code for the `malloc_` function: malloc_: pushq %rbp movq %rsp, %rbp mov %rdi, %rcx # […]
Hello @here I’m designing an electronic board around the ESP32-S3.I want to use only the SD card for the system memory. The SD card alone is enough or should I […]
Hadn’t seen this before now, but the RP2354 is adding FLASH memory onboard! Seems like a huge improvement from a simplicity standpoint. https://datasheets.raspberrypi.com/rp2350/rp2350-product-brief.pdf – That being said, I’m not sure […]
Hey, I’m developing a uC/OS-III application for Microchip SAMD21 (32KB SRAM) and struggling with memory fragmentation. The app allocates fixed-size buffers for sensor data, causing issues with new buffer allocations […]