Hi everyone, @Middleware & OS I’m struggling to find sufficient material on handling non-atomic operations, and I’d appreciate some guidance. I need to maintain a microsecond count in a 64-bit […]
@Middleware & OS @everyone How can I scan for available I2C devices on the bus? Am getting the error `Could not open file /dev/i2c-1: No such file or directory`, I […]
Alright guys, I need to monitor hall sensors for position encoding with up to 350 changes per second. My current Python program watches GPIO pins but uses too much CPU. […]
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 […]
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 […]