STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Program JTAG-DP on STM32F102xx

We want to use the STM32F10x MCU as a JTAG dongle. Can we make use of the TDO, TDI and TMS on the chip or they are use solely for M3 debugging? Thanks.

aman.32 by Associate II
  • 763 Views
  • 3 replies
  • 0 kudos

I am trying to process video signal from a linear CCD, is it possible to add two stop bits to the end of the digital output signal?

I am looking at options to replace my mostly obsolete design using an FPGA and old linear CCDs. I've already chosen a new linear CCD chip but I'm considering a handful of processing options. Our CCD alignment system currently uses 13 bits output to o...

AGipe.1 by Associate II
  • 914 Views
  • 5 replies
  • 0 kudos

QSPI Interrupts not working with example projects

Hi,I'm using the STM32746 Discovery board and some example code - the "QSPI_ReadWrite_IT" example - but the QSPI interrupts are not working correctly. Specifically the Status match interrupt never fires and the example code gets stuck. I've ported ov...

DBurr by Senior
  • 317 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F7: why some specific GPIO pins don't work?

Hello everyone,I'm using USART3 on F746, but only RX/TX pins which are mapped to pins PD8/PD9.Besides that, I want to configure general output to pins PD10/PD11 (to control LEDs), but they don't work when I try to control them. I looked up the AF map...

Wowa by Associate III
  • 1532 Views
  • 9 replies
  • 0 kudos

I2C Timeout Problem

Hi!I'm using mpu6050 and Nucleo-f103RB without MXCUBEi got problem with I2C communication.LED is blink in infinity../* Wait until SB flag is set */   if(I2C_WaitOnFlagUntilTimeout(hi2c, I2C_FLAG_SB, RESET, Timeout, tickstart) != HAL_OK)   {    return...

PGYUY.1 by Associate
  • 472 Views
  • 1 replies
  • 0 kudos

Problem with a timer counter.

I set a timer to count 500us ticksTIM_InitStruct.Prescaler = (uint16_t)40000-1; //SYSCLK = 80Mhz – 80Mhz/40000 = 500us TIM_InitStruct.CounterMode = LL_TIM_COUNTERMODE_UP; TIM_InitStruct.Autoreload = 0xFFFFFFFF; //TIM2 – 32-bit c...

stm32 with 8 uarts and a small footprint

I'm searching for a stm32 with 8 uarts for io-link. But there is no way I can search for peripherals. So any suggestions, preferably in LQFP-48 or something similar small.Thanks.

Evan .1 by Associate II
  • 1510 Views
  • 7 replies
  • 0 kudos