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! How to configure CAN interface on STM32F042F6P6?

Hi!I am confused, i wanted to use STM32F042F6P6 MCU for can interface but, ther is no TX pin for can interface (PB9 on datasheet). So, how i can configure CAN TX?There is no CAN mode option for this MCU inside of CUBEMX because there is no TX pin for...

BMama.1 by Associate
  • 765 Views
  • 2 replies
  • 0 kudos

STM32F103RDT6 Uart details

Hi team,I am using STM32F103RDT6 for my project. I would like to know the details of UART in the MCU. in the datasheet it shows 5 USART interface is possible. At the same time 2 UART is also mention in the datasheet.So my doubt is that can I use the ...

Mom.1 by Associate II
  • 361 Views
  • 1 replies
  • 0 kudos

Resolved! Read and use of 96 bit unique ID

Using HAL. How to read unique ID and use it to identify specyfic chip?​Do simple:​uint32_t HAL_GetREVID (void ) uint32_t HAL_GetDEVID (void )Do the job? Are they really unique, or can these values repeat in same chips?​

oeliks by Senior
  • 4680 Views
  • 1 replies
  • 0 kudos

How to handle the watchdog IWDG in stop mode?

Hi,i want to put my device STM32L010 for 5 minutes in stop mode. Then wake up to measure something with ADC and go in stop mode again.How can i handle the IWDG in stop mode? According to the reference manual, the timer cannot be stopped. ???17.3.4 Be...

ledi001 by Senior
  • 442 Views
  • 0 replies
  • 0 kudos

4 timers work together,there's some timing logic problem!

No1 is TIM1,No2 is TIM2,No3 is TIM 3, No4 is TIM 8,the master TIM is TIM1, TIM2/TIM3/TIM8 are slaves; but in the begging of TIM2,have a long time High level。The MCU is stm32f207vct6. My Emaill is 595779344@qq.com; I need help, I need Technical sup...

Cyong.11 by Associate
  • 587 Views
  • 2 replies
  • 0 kudos

Resolved! GPIO control fail on STM32F401 board.

Hi,I bought the stm32f401 board from aliexpress."WeAct" print is on the back.Seller's site do recommend the DFU method to program the board.But, I want to use ST-Link, so I made a simple program to control gpio port. Fusing by ST-Link seems to be goo...

0690X00000ButgcQAB.jpg
paul0208 by Associate III
  • 1038 Views
  • 7 replies
  • 0 kudos

Certain read causes hang/crash

Reading this cell: 0xe0040000 will hard crash the CPU. You can do it from non secure code also, which opens the way for a possible denial of service attack.​I​n gdb:​x​/x 0xe0040000​I​ realize parallel trace (the tpiu reg in Q) is not implemented but...

Hedley by Associate III
  • 636 Views
  • 1 replies
  • 1 kudos

Resolved! Problem geting SPI values

Hello Everyone!I have some problem using SPI comunication between my STM32F103C8, and the angle sensor MA730.I get by separated the first 8 bit data and the second 8 bit data with de HAL_SPI_Transfer function, and looks like fine, but i get not value...