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

ST ROM Bootloader FDCAN CANBUS

The configuration:STLINK-V3SETConnected the two PCBs together via the three connectors (page 11).Attached jumper JP7 CAN_ON on MB1440 PCB (page 18).(STLINK-V3SET pages 17 & 23) & (NUCLEO-H723ZG page 37) & (Bootloader AN page 199) & (STM32H723 Manual ...

KoS by Associate
  • 8839 Views
  • 25 replies
  • 5 kudos

Nucleo-L433RC-P board with a BlueNRG-2 BLE

Hi I am testing the Nucleo-L433RC-P board with a BlueNRG-2 BLE interface. I configured the setup, but the BLE device is not being detected in the ST BLE app. Look at pic, Any modifications require are not ?   

Kumar123_0-1749551317611.png
Kumar123 by Associate II
  • 372 Views
  • 12 replies
  • 1 kudos

Resolved! UART receive with HAL_UART_Receive_DMA

Hello everyone on the forum.I have created a UART DMA receive program with Nucle-H723.This time it is working properly, but sometimes it does not work properly.DMA set up in normal mode on UART4 RX.DMA initialization function of UART.void UART_DMA_In...

uart_dma01_02.png uart_dma02_02.png uart_dma03_02.png uart_dma04_02.png
Hey0256 by Associate II
  • 239 Views
  • 2 replies
  • 0 kudos

Resolved! Unable to get ADC value on STM32N6570-DK

 Hi everyone,I’m currently working with the STM32N6570-DK board and trying to read an analog signal using the  ADC1/2 INP8 channel (PB10) using the MB1280C Fanout board (Pin 13) with STMOD+ connector. However, I'm consistently getting a value around ...

Resolved! STM32H7 + Zephyr + SIGTRAP 0xA05F0000

I'm running into an issue on two boards (an STM32H735 Discovery Kit) and a custom board with an H743. #include <stdio.h> #include <zephyr/kernel.h> int main(void) { while (1) { printf("Hello there, world!\n"); k_msleep(1000); } return 0; }If ...

i2pi by Associate II
  • 144 Views
  • 1 replies
  • 0 kudos