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

For interrupt priorities set using the STM32IDE CubeMX, where are the auto-code generated HAL_NVIC_SetPriority() calls located?

I could locate the HAL_NVIC_SetPriority() calls for DMA and EXT1 Interrupts in main.c as shown below.I could not find the  HAL_NVIC_SetPriority() calls for RTC, USART & Timers - TIM4, TIM5, TIM6, TIM7. Where is the interrupt priority for these periph...

0693W00000Kb9w3QAB.png
NFern.1 by Associate III
  • 3611 Views
  • 2 replies
  • 1 kudos

stm32f4 family gpio boundary address

helloi'm having a question. why gpioX boundary address(range) is 1kb ???according to datasheet, GPIOA's boundary address is 0x4002 0000 - 0x4002 03FF.but offset for register to be set is 0x00 - 0x24. i think that using 1kb to cover that range is inef...

Bkim.6 by Associate II
  • 1232 Views
  • 1 replies
  • 0 kudos

STM32F103 built-in bootloader does not respond: how to debug?

I have STM32F103T6Ux. I'm trying to communicate with the built-in bootloader, so we can do software update via UART. I'm setting BOOT0 pin high and it seems the system is in bootloader, since our normal code doesn't come up. I'm setting my side of UA...

SemS by Associate
  • 699 Views
  • 2 replies
  • 0 kudos

Resolved! How can I use UART manually, without HAL_UART_***() functions?

NUCLEO-H723ZG dev. kit.I need take over the full control of the USARTx. I need a TX interrupt and the RX interrupt handled manually independently the HAL_UART_*** functions. The HAL_UART_Receive_IT() and the HAL_UART_Transmit_IT() is useless for me. ...

Louie88 by Senior
  • 2081 Views
  • 2 replies
  • 0 kudos

HAL_UART_Transmit sends extra '00' between each byte

This is probably a simple question but I can't find a reason for it - Im using the USART on a stm32L412 and I am sending 3 bytesuint16_t SendDataOn[3]={0x90,0x3C,0x3E}; HAL_UART_Transmit(&huart1,(uint8_t*)SendDataOn,3, 100)Except when I send this, I ...

deep_rune by Associate III
  • 1733 Views
  • 4 replies
  • 0 kudos

Resolved! Timer1 doesnt generate an Output while Timer3 does (STM32L552)

I am trying to use the output compare mode of TIMER1 to produce an accurate time course on the PE9 pin. For some reason I don't get an output signal on this pin. Instead, when I use TIMER3 with the same settings as TIMER1, I get an output signal on p...

FelixD by Associate
  • 1146 Views
  • 2 replies
  • 0 kudos