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! stm32l0 serial2 not responding to interrupts on PA3

HiI configured UART-2 to respond to interrupts.If i use the RealTerm to write to the COMPORT of the STM (through the USB cable), the ISR works.But, if I use usb-uart adaptor connected directly to PA3 (the UART-2 Rx pin), the ISR is not called.If I re...

sgabran by Associate III
  • 2777 Views
  • 6 replies
  • 3 kudos

Re: STM32H747XI - What are Timer Channels?

I can build a “timer” using a counter with “decoder” circuitry to create an output signal at a specific time after starting the counter...Alternately, after each clock to the counter, the counters output value could be compared to some register value...

Will_iii by Associate II
  • 3284 Views
  • 1 replies
  • 0 kudos

stm32f4 sdio ACMD22 write block check

Posted on November 20, 2014 at 12:53 Hi, I'm working on a datalogging device which needs to stream data into an SD card. I need the data to be intact, that is, no missing blocks and at the moment the way I'm doing this is by reading back...

felipe2 by Associate III
  • 935 Views
  • 1 replies
  • 0 kudos

Resolved! uart8 get only get noise in stm32h747i-disco

if in the osciloscopio only get noise in the HAL_UART_Transmit(&huart8,(uint8_t*)msg,strlen(msg),100); which part of code should be badstatic void MX_GPIO_Init(void) {  GPIO_InitTypeDef GPIO_InitStruct;  /* GPIO Ports Clock Enable */  __HAL_RCC_GPIOJ...

wjian.2 by Associate III
  • 2275 Views
  • 8 replies
  • 0 kudos

Resolved! stm32h7 D1/D0 GPIO

If i configure D1 pj8 as tx for uart8,D0 pj9 as rx for uart8.When conect to led direct D0 could let led on but D1 no this case should be right ?static void MX_GPIO_Init(void) {  GPIO_InitTypeDef GPIO_InitStruct;  /* GPIO Ports Clock Enable */  __HAL_...

wjian.2 by Associate III
  • 1936 Views
  • 5 replies
  • 0 kudos