STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! make all make: *** No rule to make target ...

Hello everyone,​I use GPIO example project (from repository of ST) and open it by STM32 cube IDE. then when I built it give error: make all make: *** No rule to make target ...How to fix this error?Thank you! Sorry cause my English not good.​​

_legacyfs_online_stmicro_images_0693W00000bi7INQAY.png
Stark by Associate II
  • 11764 Views
  • 8 replies
  • 0 kudos

Nucleo board health test ?

I have 19 nucleo-u5a5zj-q, my program successfully run on 18 of then but fails for 1 (I did not modify the board nor connect anything else than the STLINK USB cable). Failure here means it detects a hardfault.Is there anything that I can use to verif...

acapola by Associate II
  • 1084 Views
  • 3 replies
  • 0 kudos

Question about dcmi dma on nucleo-h745

my task is to use a ov2640 camera to capture photo for further using(yolo model input),I've configure DMA DCMI for this task. Now the situation is  the sccb communication with ov2640 is ok but when I start DMA to get the photo data I can't get the ph...

屏幕截图 2024-08-04 165451.png
EsonShen by Associate II
  • 908 Views
  • 4 replies
  • 1 kudos

driver for external SRAM chip - IS66WVS4M8ALL/BLL

Hi, I'm trying to add an external memory and i choose that chip because it can communicate with QSPI and there is no need for designing due the chip is SOIC-8 which i found a compatible board for it. I'm getting issues with the driver writing i'm get...

Ditzhak_0-1722495083492.png
Ditzhak by Associate III
  • 1232 Views
  • 5 replies
  • 1 kudos

Nucleo-L4P5ZG LPUART not receiving nor transmitting

Hi all! I am trying to communicate with the Nucleo-L4P5ZG via the LPUART1 peripheral over ST-LINK, however it doesn't seem to be transmitting or receiving anything. Following is my system clock initialization code (non-relevant parts cut out): #pragm...

CubeIDE and c++ routines problems

Hi to all,I am moving to SPM32CubeIDE on Linux and, as a newby, I encountered a lot of problems.I started a new empty C++ project and I put all my flies and classes.I also included syscall.c file (renamed in syscall.cpp) as in it there are _seek(), _...

Resolved! STM32F446VET7 LoRa E220-400T30S UART Communication

Hello,I am trying write a LoRa library to STM32F446VET7 in my application.In the LoRa E220-400T30S documentation, it tells me to set the UART settings for configuration mode to 9600 and 8N1 and to give 1 to M0 - M1 pins.After doing that I am trying a...

testbenchmark_0-1722677845691.png testbenchmark_1-1722678016431.png testbenchmark_2-1722678063835.png testbenchmark_3-1722678118028.png

Resolved! FT812, Correct way to manually configure SPI?

Hi guys, I'm fairly a newbie to stm32 so please forgive me if I make some mistakes, I'm trying to configure a driver code for a SPI FT812 NHD display on STM32G474VETx chipset, so far I've been able find a driver code and ported it over onto STM32, ho...