STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Nucleo F401RE Usart Tx Blink Led

I have Nucleo F401RE board.I want to Turn On Led When Usart Tx pin high and Turn Off When Usart Tx pin is low./* Private user code ---------------------------------------------------------*/ /* USER CODE BEGIN 0 */ uint8_t data_tx[5] = {0x41 , 0x42 ,...

Send UART hex command

HiI'm trying use DFR0534 with STM32f446.This module read uart command hex.Ex. Command AA 07 02 00 08 BBIm trying send like thischar play[6] = {0xAA, 0x07, 0x02, 0x00, 0x08, 0xBB}; HAL_UART_Transmit_IT(&huart4, play, 6);But in uart monitor recive diff...

Mkal.1 by Associate
  • 1204 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F446RE Can't use Pins PA2, PA3 as Input

Hi,I am trying to use the PA2 and PA3 Pins among others as Inputs with Pullups. The configuration is correct, since I am comparing what is in the GPIO Registers for Port A with another input pin PA8 which works fine. I have seen that the same pins us...

FLewz.1 by Associate III
  • 792 Views
  • 7 replies
  • 0 kudos

Accessing Timer OC register for DMA transfer.

Hi All,I'm using a STM32F302R8 and want to transfer timer 2 capture/compare values to memory using DMA. What source address do I use for the TIM2 OC register? I'm calling HAL_DMA_Start() to do this and need the source address of TIM2->OR.Thanks,

BTrem.1 by Senior II
  • 195 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H753 vs STM32H743: Can I substitute?

I need to get some PCBs made by JLC but they are continually out of stock of the STM32H743IIT6 which is my target processor. They do however have the STM32H753IIT6. Is there any reason I can't substitute these to run identical firmware?Thanks

PMath.4 by Senior III
  • 498 Views
  • 8 replies
  • 0 kudos

Resolved! Questions about this circuit and a solution

Hi,Master:​​Platform: STM32F301K8U​As shown below in Figure 1, PA7 (MCU_14) is a video signal (As shown below in Figure 2), which contains the line sync signal (A area in Figure 2, fixed frequency, there may be noise)​and the field sync signal(B area...

0693W000000Wvs9QAC.jpg 0693W000000WvlxQAC.jpg 0693W000000WvuPQAS.jpg
Lyu.1 by Associate II
  • 318 Views
  • 7 replies
  • 0 kudos