-
Hi! I've been trying to get this ST7789 1.3" 240x240 TFT screen to work with a Black Pill board (F411CEU6) with no luck. The screen stays blank with the backlight on when I try to run the LCD_Test() f…
-
STM32ide is based on eclipse(4.27.0) ,
During installation here the error message :
An error occurred while collecting items to be installed
session context was:(profile=STM32CubeIDE, phase=org…
-
Hi, how can I use hardware timer interrupt in stm32 to trigger adc sampling without dma?
That is a very easy task in stm32cubeide but implementing in zephyr is not.
In adc_context.h is written fo…
-
**Describe the set-up**
STM32CubeIDE 1.12.0
**Describe the bug (skip if none)**
AN4449 Example builds but immediately faults on launch with indeterminate error. Setting breaks on an LED3 calls do…
-
-
Hello :crab:,
I measured the execution time of the [same C `nbody` benchmark program](https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/nbody-gcc-3.html) on top of [FreeRTOS](http…
-
**board**
custom board developed by our company, using the STM32H743.
**IDE**
STM32CubeIDE
Version: 1.16.1
Build: 22882_20240916_0822 (UTC)
**Describe the bug**
When using the `JPEG_ARGB_MC…
-
Hello,
Many thanks for sharing this great project.
I just start to use stm32cubeide, and trying out the source code.
But I continue to receive the following message when connected through serial …
nlpng updated
6 months ago
-
#define STM32F3xx // Change for your device
#ifdef STM32F3xx
#include "stm32f3xx_hal.h"
#include "stm32f3xx_hal_uart.h"
#endif /* STM32F3xx */
#ifdef STM32F4xx
#include "stm32f4xx_hal.h"
#incl…
ghost updated
8 months ago
-
稚晖君你好,我最近使用stm32f405rgt6开发项目,使用stlink,clion,openocd调试。发现debug模式无法通过systemclock-config函数,会卡在锁相环初始化这里。只有参考这个网址修改了系统生成的systemclock-config函数才可以正常调试。但是修改系统生成的函数,每次cubemx更新都会覆盖掉,非常不方便,不知道你是怎么解决这个问题的?
我的同学使…