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.
it seems like west cant find the stm32programmer after an update
Good day @everyone I am trying to use the printf and the SWV for stm32f401CDU6 board wrote my code on the stm32cubeIDE (main.c) I have pasted the ITM funtionality code […]
@superbike_z @techielew i have project based in board stm32f4 dicovery and i should be management modules (dht22,lcd_i2c,rfid rc522,etc) in real time using FreeRTOS … i use in this project stm32cubemx […]
Hi Devs, Recently I got into some RF stuff and planning to build a door lock app – with one device as a remote and another attached to the door […]
Hello, I’m working on a project using an STM32MP157f-DK2 board running an Asterisk server on a Bootlin Linux image. The board is connected to my home network via a D-Link […]
@umeshlokhande sorry for mentioning. As you work with FreeRTOS a lot can you please guide me how should I can port one for my `STM32F411CEU6`
Has anyone used TensorFlow Lite Micro with STM32 project recently? I am trying to do it on my own but I don’t even know what to build and include in […]
I am building an OS for my STM32MP175F dk2 board using Buildroot. The audio sound card is recognized in U-Boot boot messages and alsamixer, but /proc/asound/cards does not list the […]
I am using FreeRTOS on an STM32F4-Nucleo board and `vTaskGetRunTimeStats()` to measure task CPU usage with the following code: void configureTimerForRunTimeStats(void) { g_osRuntimeCounter = 0; } unsigned long getRunTimeCounterValue(void) { […]