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

Resolved! How to read GPIO direction using HAL?

Hello world,I'm developing a FW for STM32F107VCT6 which can change GPIO direction programmatically: there is a terminal command which can switch individually 7 pins* mapped on different ports between GPIO_MODE_OUTPUT_PP \ GPIO_MODE_INPUT.I'm wonderin...

Spaghetto by Associate III
  • 1672 Views
  • 3 replies
  • 2 kudos

Resolved! H743zit6, Abnormal data reception using SPIDMA mode?

All data received in normal mode is 0, but some correct data can be received in debug mode? cubemx configurations are as follows:Part of the code is as follows:uint8_t pData[128] = {0x00}; HAL_SPI_Receive_DMA(&hspi1,pData,128); while(HAL_SPI_GetStat...

_legacyfs_online_stmicro_images_0693W00000dDSVYQA4.png _legacyfs_online_stmicro_images_0693W00000dDSVdQAO.png _legacyfs_online_stmicro_images_0693W00000dDSViQAO.png _legacyfs_online_stmicro_images_0693W00000dDSWMQA4.png
AASD.1 by Associate III
  • 2239 Views
  • 5 replies
  • 0 kudos

Resolved! How to accurately determine whether comparator interrupt was generated by rising or falling in the interrupt routine

I use comparator(COMP7) on STM32F303VB as・Non-inverting input: PC1 (ADC)・Inverted input: DAC2 output・Comparator interrupt: rising/falling edge triggerI checked the COMP7OUT bit, but it seems that this bit is "comparator output at the time the bit is ...

Dai by Associate II
  • 1464 Views
  • 4 replies
  • 0 kudos

How to enable peripherals in LRWAN module on stm32l072

Hi all,I have recently started working on stm32l072 LRWAN module of stm. I was able to build and run the code as it and was also able to send data to the gateway. My next task is to interface some sensor the the controller and send the sensor data to...

BChav.1 by Associate III
  • 447 Views
  • 0 replies
  • 0 kudos

Resolved! UART_DMA CODE Generates for STM32 CubeMx

Hi @RomainR.​ sir,As i already posted a query regarding UART DMA using STM32G030K6T6 controller, you have corrected my code it worked well. when i generated a new project and i followed the step to have provided me but it doesn't work it get stuck in...

mrsmile by Associate III
  • 3166 Views
  • 6 replies
  • 0 kudos

Resolved! How to transmit five byte data transmit in UART_DMA?

I already try for send five byte data in UART DMA. I am using the controller in STM32G030K6T6. Data transmition is working properly but output is did not taken properly. The problem was am transmit data five bytes for UART_DMA but DMA transmit only t...

_legacyfs_online_stmicro_images_0693W00000bVgJtQAK.png _legacyfs_online_stmicro_images_0693W00000bVgJjQAK.png
mrsmile by Associate III
  • 4730 Views
  • 21 replies
  • 0 kudos