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

STM32F7 CAN exit Sleep mode

I'm making my own low level CAN driver. I have a problem releasing the CANperipheral from sleep mode. So there are more requirements then I found so far. LL_AHB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_CAN1); LL_AHB3_GRP1_ForceReset(LL_APB1_GRP1_P...

Evan .1 by Associate II
  • 1133 Views
  • 3 replies
  • 0 kudos

Resolved! How to give delay when working gpio toggel?

Hello ,I am using Standard Peripheral Library with STM32F3VCT6 mcu. I want give delay without using timer of it means want give delay by using RCC clock. Is there any thing by which it can be happen.

LACTIC by Associate II
  • 1181 Views
  • 5 replies
  • 0 kudos

Resolved! Why HAL_UART_Transmit_DMA(&huart2, buffer, n) doesn't work properly inside Timer interrupt callback function?

Greeting Everyone,May I have some little help here? I'm currently using STM32F303K8. I had experimented with HAL_UART_Transmit_DMA function within "the main while loop" and the TIM6_DAC1_IRQHandler(void) which was called from TIM6 in Time Base modeMy...

0693W000000WXE0QAO.png
NNang.1 by Associate II
  • 1295 Views
  • 5 replies
  • 0 kudos

Resolved! STM32F103RCT6 simple blinking led problem.

Hi. First of all I want to thank you for giving time to this post. When i create bare metal program for blinking an LED don't work. The LED don't blink but when i enter DEBUG Mode with KEIL uVision the bit 0 in ODR resgister for GPIOC toggle every 1 ...

LDani.1 by Associate
  • 2036 Views
  • 3 replies
  • 0 kudos

X-NUCLEO-IDB05A1 fireware update field!

Hi, I is developing a BLE appilication using X-NUCLEO-IDB05A1 module. I use FlashUpdaterTool (Version 2.1.0) to connent my NUCLEO board of L476RG (VirtualCOMPort Application V0.0.1 ), which connect X-NUCLEO-IDB05A1 module. During updating the fire...

0693W000000WXfzQAG.png
xqiu.1 by Associate
  • 400 Views
  • 0 replies
  • 0 kudos

RTC second advanced and SSR greater than PREDIVS

Hi,​I​ am using stm32f779 RTC upto subseconds granularity that is using SSR register value for giving upto milliseconds level of time output .The scenario is such that there is external time source ( network clock) to which I synchronise RTC by updat...

A Maq by Senior
  • 859 Views
  • 3 replies
  • 0 kudos

DMA Problem with USART

Hello,I have written these codes for transmitting an array to USART.1)The Message[21] Array fills up every 200us. It sets Flag=1 when data is ready.2) If the user makes the PB11 pin low it starts DMA section to transmit the data.(All data will transm...

parisa by Senior
  • 672 Views
  • 1 replies
  • 0 kudos