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.
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 […]
I encountered an issue when injecting my assembly program **asm.txt** into a **portable executable file** to run a keylogger using `CreateThread`. `CreateThread` was failing with the error code `0x3E6 (ERROR_NOACCESS)`. […]
In my last question, I misunderstood how GDB interprets memory when using different formats like `x/d` and `x/1wd`. After some digging, I realized the issue was related to GDB displaying […]
How do i optimize and deploy a deep learning model on an ESP32? still based on my project image recognition system that can analyze images of tissue samples, identify malignancies, […]