Hello @everyone @Middleware & OS How do I convert a Keras model to TensorFlow Lite format for running on a microcontroller using TensorFlow Lite for Microcontrollers?
Hello everyone, I’m working on an object recognition project using PyTorch in Python, and I’m encountering an issue with model inference. After successfully training my model, I’m getting an error […]
Hey guys @Middleware & OS I want to learn about using TPM in embedded Linux on ARM for secure boot, TrustZone, etc. I’m struggling to find up-to-date resources. Most of […]
Hello everyone, I’m currently working on an object recognition project in Python using the TensorFlow library. I’ve encountered an issue while trying to load my trained model for inference. The […]
Hi,Devs @Middleware & OS I am currently working on a new project. The project entails how to integrate a DLA and a RISC V processor. However, I have some doubts […]
I’ve been using FPGAs such as the Artix 7 to read the image data from peripherals and do processing, then display some output using LCD displays connected to FPGA I/O […]
hey guys, I’m working on an embedded system running FreeRTOS on an ARM Cortex-M4 microcontroller clocked at 72MHz. I need to measure the execution time of a specific code block […]
Hey guys, I’m evaluating open-source RTOS options for an ARM Cortex-M project. While FreeRTOS, ChibiOS, and CooCox CoOS seem to offer similar features, I’m curious about real-world experiences. Specifically, how […]
Hi @Middleware & OS , When using FreeRTOS each thread has its own stack space it is dedicated to. So what happens with Interrupt Service Routines that’s ISRs? Do they […]