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! Unique ID in STM32L100R8T6TR

Greetings ST Community,I am a junior embedded developer, and I have recently worked on a project utilizing some old systems which run on the STM32L100R8T6TR chips. I had a need for an unique chip identifier for use in a communication protocol, and th...

Kbruhn97 by Associate
  • 226 Views
  • 2 replies
  • 1 kudos

CAN Communication

I am implementing a CAN communication structure with one master and two slaves. Both slave devices perform exactly the same function, meaning their hardware and firmware are essentially identical. The master’s intention is to send commands only to a ...

Kamil_16 by Associate II
  • 219 Views
  • 5 replies
  • 2 kudos

STM32N6 VENC at higher resolutions

Hi,We have STM32N6570-DK and are testing camera input, video encode and write to SD cardWe have not been able to make the "VENC_SDCard_Appli" example work, the SD card just contains zeros.The "VENC_SDCard_ThreadX" example does work however, resulting...

Resolved! What is _l in pin IO structure?

In the STM32L4P5xx datasheet, some pins' IO structure is labelled with _l (in combination with other letters). However, this letter is not explained in Table 14 nor anywhere else.Can this please be explained?Thanks,JW

waclawekjan_0-1768238977877.png

ADC and DMA on STM32F303

Hi, I run ADC1 with DMA on my STM32F303RE with 72MHz clock.  I take the number of samples flowing into the circular buffer per timeunit.  I calculate a sample freq. of 1.305 Megasamples per second Ms/s. When I look at the sampled known signal I calcu...

DetlefS by Senior
  • 277 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_CAN_START returns 131072

Hi. I'm new to STM32, and I'm using STM32F103C8T6. I want to run Loopback mode to test CAN BUS without another board first. When I go to debug, I find it stuck at HAL_CAN_START. It returns error code 131072. Can you guys please help me find out the p...

Dang_VAA_0-1768189276590.png
Dang_VAA by Associate II
  • 530 Views
  • 13 replies
  • 6 kudos

STM32 N6 Load and Run USART doesn't work

Hi,  I have been trying to deploy the 66GYMAI1 Camera on the STM32 N657X0Q Nucleo board with the Load and Run mode. However, there is a problem that I could not solve, which is that the project can not jump from FSBL to APPLI. Because I am trying to ...

HANITALY by Associate III
  • 431 Views
  • 1 replies
  • 0 kudos

TCPP03-M20 with STM32G0B1CBT6 failed to connect

Hello Expert, Could you please provide guidance on the issue below?  We are using the following setup:- MCU: STM32G0B1CCTx- Software: X-CUBE-TCPP 4.2.0 with USBPD Application 4.2.0 Dual Role- Board Part: TCPP0203 v1.2.3 We are developing a USB PD boa...

PaulMinh by Associate II
  • 975 Views
  • 7 replies
  • 0 kudos

Problem regarding Debugging of a simple ADC program

I have a new STM32N6570-DK MCU, I am running a simple program configuring ADC1 with the help of STMcubeIDE, selecting application mode, in secure mode, I have connected one sensor who is biased at 1.5V to A2 of MCU as well as ground of sensor and MCU...