STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Triggering the DAC DMA with HRTIM

Hello,I am trying to trigger the DAC1 DMA off of the HRTIM Master channel using the hrtim_dac_trg signals on an STM32G474, but I am not getting any output on my DAC pin. The timer does seem to be running (I can see MCNTR incrementing in the debugger)...

0693W000003BQESQA4.png 0693W000003BPvpQAG.png
SMile.1 by Associate
  • 2421 Views
  • 9 replies
  • 0 kudos

Resolved! I can't send AT commands

Board: STM32 NUCLEO F103RB (MB1136 C-01)Wire cable with ESP8266: UART1_tx (PA9) -> RX_ESP8266 and UART1_rx (PA10) -> TX_ESP8266Hi all,I try to send AT command between board and ESP8266, without success.I send the command but I don't see no reply. The...

QSPI external loader

I am working with QuadSpi and external Flash, I see that there is a BSP for the mt25ql512abb. Does the mt25ql512abb MCU component repository also include MT25QL128ABA? Using a stm32h750. Thanks!

STM32 DMA UART Transfer Issues

I am using the DMA to transfer data from UART 1 (Channel 2) and UART 2 (Channel 4). Every once and awhile the data seen on UART 2 which has a lower DMA priority will be "corrupted" by the UART 1 data. I know this because when I disable UART 1 routine...

Churby by Associate II
  • 494 Views
  • 1 replies
  • 0 kudos

THREADX TEST CASES

Hai,https://github.com/eclipse-threadx/threadx/tree/master/test/tx/regression From that link i want to try running one of the test cases from the repo. I have STM32L496zg-p board and stm32cube IDE 1.15.1 version.  I want to add threadx manually from ...