STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Finding/Porting Examples?

Hello, I have the STM32G474 Discovery Kit and am just attempting to get a blinky LED program to work on it for right now. In the STM32CubeIDE, I imported an example, was able to get it to build correctly (after changing references from caddr_t to voi...

5555.png

Resolved! HAL and GPIO EXTI

If I register a callback function for GPIO EXTI and I have EXTI on multiple ports for the same pin (e.g. PA0 and PB0) how does the callback distinguish between the ports when the event triggers?

Resolved! Timer interrupting on MCU reset

Hello I have set the timer7 for 1 minute interrupt. It is working at every minute as expected. But the interrupt is also triggered as MCU is reset. I have set global counter for increment in timer7 callback. As soon MCU is reset , Timer7 callback is ...

Nico3 by Senior
  • 1322 Views
  • 2 replies
  • 1 kudos

Resolved! PLL clock division in STM32H7 for fadc_ker_ck

Hi,a footnote(4) in STM32H7 reference manual RM0468 Table 56 regarding the maximum allowed frequency for ADC says"With a duty cycle close to 50%, meaning that DIV[P/Q/R]x values shall be even".Does this recommendation apply to the actual DIVXx regist...

HAL_SPI_Receive_DMA returns HAL_BUSY

I am trying to implement an EEPROM driver which uses DMA. So far, I can implement polling and interrupt version. HAL_SPI_Transmit_DMA works OK, but HAL_SPI_Receive_DMA returns HAL_BUSY, so even the first reading process seams OK, it actually doesn't ...

Probelm to send data to arduino from stmh747i-disco

if i usesprintf(msg, "%s %.0f%%", NN_OUTPUT_CLASS_LIST[App_Context_Ptr->ranking[i]], *((float*)(App_Context_Ptr->Ai_ContextPtr->nn_output_buffer)+i) * 100);HAL_UART_Transmit(&huart8,(uint8_t*)msg,10,1000);To transmit “Beer 50 %” to arduino But the ar...

wjian.2 by Associate II
  • 529 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L031F6P7 UART1 Frame Error

LPUART1_TX - PA2LPUART1_RX - PA3I'm having trouble testing because I'm getting frame errors by UART1.My PCB didn't design any circuit for PA2 and PA3 because the IC that connects to the MCU's UART pin uses 3.3V TTL communication.However, using the HA...

Jaden by Associate
  • 947 Views
  • 2 replies
  • 1 kudos