-
I import official STM32F469I-DISCO example demo, from newest STM32CubeIDE.
All the demos should use display are not working, touch event looks like working well.
I find one github project can lighti…
-
Is it possible to get separate demo projects in STM32CubeIDE for Device CDC and Host RNDIS?
I did get a translation of STM32_USB design guide PDF to English but a lot of it looks like it has change…
-
I tried to build inav last commit 7.1.2, using target.c and target.h in this repository, everything went successfully but when flashed to the black pill F411 board the blue led was not blinking and th…
-
Hi,
Thx for the little guide, it helped me to use my bmp in the stm32CubeIDE. I wad wondering how you do your printf debugging with this setup. I couldn't manage to get swv to work and neither manage…
-
update: see comments below
-
Hi,
You did great work developing the library. I am trying to use it smt32G4. I have generated a base-level driver from stm32cubeide and modified it to suit my needs. Is there any way this library ge…
-
**Describe the set-up**
MCU: STM32G474VETx
IDE: STM32CubeIDE
Libraries: Using the same library files provided in this repository
*Problem Description:
**Objective**: Activate the -Werror flag…
-
`...
template
class StaticQueueBase::ConstIterator :
public StaticQueueBase::template IteratorBase
{
...
template
class StaticQueueBase::Iterator :
public StaticQueue…
-
I am using the STM32F411 Discovery board and working with STM32CubeIDE. I followed the STM32CubeIDE configuration steps provided in this repository. However, when I run the command ros2 run micro_ros_…
-
Hello,
I'm using STM32H753 eval board, earlier I was using STM32CubeIDE wherein I've successfully tested littleFS(File system) library with external flash.
this code works ok in debug mode and …