STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

2xSTM32F091RC CAN message not received

I've two STM32F091RC boards. I'm trying to connect them by CAN interface but i cant received any massage. I was creating my code folowing instuctions for stm32f4 beacuse because I couldn't find instructions for my board.

Entnes by Associate
  • 346 Views
  • 0 replies
  • 0 kudos

Could you help me about ADC error?

Thanks for coming into to this postI want to use ADC which is embedded in STM32G030J6M6.I had a experiment with a STM32F030F4 which showed me a very clear ADC.So I used a exactly same source code except ADC and GPIO settings.But I got a unstable ADC ...

0690X00000BwdwJQAR.png 0690X00000BwdwxQAB.png
Jpark.22 by Associate
  • 475 Views
  • 2 replies
  • 0 kudos

Timer don't work when set ARR=0

HiWhen I want timer count (CNT register) until ​5000 for overflow , Set ARR = 5000-1; now I want timer count until 1 So I have to set value ARR = 1_1 (ARR = 0) But When Set ARR = 0 timer don't work and don't have interrupt. Why??​​how to set ARR Fo...

mkari by Associate III
  • 2169 Views
  • 7 replies
  • 1 kudos

Make 32bit timer by 2 16 bit timer

HiI make a 32 bit timer by to 16 bit timer3(master) & timer4(slave)Now I want my timer count antil 150000 (for example)​How to get 150000 in two TIM3->ARR & TIM4->ARR register??Does it have a special formula?this number (150000) isn't ​fixed.I have a...

mkari by Associate III
  • 1404 Views
  • 10 replies
  • 1 kudos

Program determinism when toggling a pin

Hello,I have a strange behaviour that I cannot explain. It is regarding the determinism of running code. My setup is simple. I have a save routine that save some setup in two seperate pages (two copys of same data). So my saveroutine consists of one ...

machinist by Associate III
  • 779 Views
  • 2 replies
  • 0 kudos

UART error under reception on TSM32L051C8.

Hello.I am trying to change an old source code where a new UART port is implemented using pins PA2 and PA3 (UART2). When I run the old code with changes made for UART2 I've got communication errors Parity, noise, frame and overrun error. The huart->E...

BLilj.1 by Associate
  • 323 Views
  • 0 replies
  • 0 kudos

Ram disk error : FR_NO_FILESYSTEM

Following me prev. question:I am using STM32F429zi boardBut found a RAM_DISK example for 9i boardI ran with / without RTOSIn both cases :all these word fine (return woth OK :(FATFS_LinkDriver, f_mount, f_mkfs, But when I call f_open I get FR_NO_FILES...

ECrom.1 by Associate III
  • 346 Views
  • 0 replies
  • 0 kudos

All UARTs are functional with DMA except for LPUART

Hello,I manage to operate all UART/USART DMA's except for LPUART.For some reason, only with LPUART, I fail to start DMA transaction.Is it because it's request are from DMA2 instead of DMA1 (all UART's are connceted to DMA1, except for LPUART, which i...

ranran by Senior II
  • 430 Views
  • 2 replies
  • 0 kudos