-
Is it possible to target all hall libraries of a device via something like:
```
target_link_libraries(executable_name
HAL::STM32::F4
````
so that each time a new peripheral is used the makefile won…
-
Hi, I'm using 128 X 64 resolution LED Matrix and I have some displaying issue with it.
I've been trying all the examples in the library but it all displays split like the image.
The image is the res…
-
Hi,
I have tried to implement Micropython as a Task in FreeRTOS on a NUCLEO-F767ZI Board. It compiles and run fine until I execute any Python Line in REPL mode (e.g. print('hello world')). During by…
-
This question might not be completly relevant here, however after seeing some discussion on this matter from few years ago and `osMemoryPool` functions are now available, I want to find out what would…
-
Nice, new warnings with arm-gcc 13.1.0 :
```
/usr/lib/gcc/arm-none-eabi/13.1.0/../../../../arm-none-eabi/bin/ld: /usr/lib/gcc/arm-none-eabi/13.1.0/../../../../arm-none-eabi/lib/thumb/v7e-m/nofp/…
-
**Describe the set-up**
* STM32WB5MMG-DK
* STM32CubeIDE 1.14.1
* STM32Cube_FW_WB 1.17.3
**Describe the bug**
User code between `/* USER CODE BEGIN SVCCTL_InitService */` and `/* USER CODE EN…
-
WSL2 is next on my list. I am trying to set up a Windows machine (my previous WSL2 seems like it got corrupted). I would like people to subscribe to this Issue and comment and help test it. There are …
-
- Find and understand at a good level all the documentation of the GNSS module ( datasheet etc )
- Run a simple code at the EQM to identify what works and what does not work at the GNSS
- When you c…
-
TFLite home made installation slower than STMCubeAI.
-
I use the nucleo F446ZE. I cannot get the example to build without modifications to my own code (I did not change the library code).
I had the following issues:
- tim.h not found
- AutoReloadPreloa…