STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_NVIC_EnableIRQ does not end

    // DMA RX 설정    __HAL_RCC_DMA1_CLK_ENABLE();  // DMA1 클럭 활성화    hdma_rx.Instance = DMA_USART1;    hdma_rx.Init.Request = DMA_REQUEST_USART1_RX;    hdma_rx.Init.Direction = DMA_PERIPH_TO_MEMORY;        hdma_rx.Init.PeriphInc = DMA_PINC_DISABLE;   ...

yonggeon by Associate II
  • 345 Views
  • 3 replies
  • 1 kudos

Resolved! Explanation of samples/library names?

Hi,in the MCU selector app, in the Example selector, there is a long list of examples, all using acronyms (see screenshot below). Some are obvious like "ETH" but most are not.Some questions:1) Where can I find a table/list that explains what each of ...

Ricko_0-1734938955691.png
Ricko by Senior III
  • 438 Views
  • 6 replies
  • 3 kudos

Resolved! Re: SPI and I2C Pin Conflict Issue on STM32F103CBT6

(translated)I encountered the exact same problem. I2C and SPI can be used independently. When used together, SPI cannot communicate, but I2C works fine. After commenting out the I2C initialization, SPI can be used normally. The chip model is STM32F1...

WangXu_0-1735103957105.png WangXu_1-1735104193718.png
WangXu by Associate
  • 269 Views
  • 1 replies
  • 0 kudos