STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Doubt regarding timer interrupt stop function

Hi,I had a doubt regarding the timer interrupt stop function.if(isOpen_Unload == 1){  HAL_NVIC_DisableIRQ(EXTI15_10_IRQn);  HAL_NVIC_EnableIRQ(EXTI9_5_IRQn);  Start_Motor(1);  HAL_Delay(5000);  HAL_NVIC_EnableIRQ(EXTI15_10_IRQn);  HAL_TIM_Base_Start_...

Resolved! Where is the STM32U585 SPI1 CLOCK SELECTION register?

According to the STM32U585 documentation, there is supposed to be a SP1 clock mux selection register, but none is described in the latest programming manual.Does anyone have any idea on what bits I need to set in which register to select the MSIK clo...

0693W00000aJiYTQA0.png
SEdel.1 by Associate
  • 503 Views
  • 2 replies
  • 0 kudos

Resolved! NUCLEO-L4R5ZI board CN12 header Pin76 = PG7, pin66 = PG8, config as GPIO output pins, but cannot toggle these two pins, SB130 and SB131 have been removed from the board.

NUCLEO-L4R5ZI board, CN12 header: Pin76 = PG7, pin66 = PG8.SB130 and SB131 have been removed from the board. config PG7, PG8 as GPIO output pins, but cannot toggle these two pinsHere is the code: GPIO_InitTypeDef GPIO_InitStructure = {0}; __HAL_RCC...

HYuan.1 by Associate II
  • 732 Views
  • 5 replies
  • 0 kudos

Resolved! How to fill RAM locations during debug

I need to fill certain RAM (buffer) locations with known values (i.e. compressed audio) during a CubeIDE debug session. I thought there was a way to load values into RAM while the program was stopped at a breakpoint. But I can't seem to find this too...

MHoop.1 by Senior
  • 679 Views
  • 2 replies
  • 0 kudos

Resolved! HAL I2C timeout flag

I have a simple function that reads one byte from I2C and I need the RxdFlag variable to be cleared in case of unsuccessful transfer (timeout) and I don't know how to get it from the HAL_StatusTypeDef structure. Thanx for your help.uint8_t GetSlaveI...

Filipx.87 by Associate II
  • 1136 Views
  • 2 replies
  • 0 kudos

NUCLEO-U575 Vbat ADC measurement

Hello everyone!I have set the Vbat measurement enabled flag, unsoldered the SB50 bridge and try to measure the voltage on the Vbat pin. The thing is the range seems to be strange. When I tie Vbat to GND, the ADC shows about 5000. Shouldn't the number...

Skfir by Senior
  • 424 Views
  • 2 replies
  • 0 kudos