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

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
  • 2776 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
  • 770 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
  • 2040 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
  • 1789 Views
  • 5 replies
  • 0 kudos