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

GUI Builder

Posted on October 24, 2015 at 10:01Where can I download the GUIBuilder.exe?

Nucleos and STBC02 (Load Switches)

Posted on October 20, 2015 at 05:13Hi, I am new to this forum, new to ST world. Where I should start to look into programming 1 wire GPIO, generating bursts with custom widths 100 .. 300 micro-seconds for STBC02 chip. For example to turn one of th...

0690X00000605ahQAA.png
octavian by Associate
  • 721 Views
  • 2 replies
  • 0 kudos

Multiple times UART Tx Rx ?

Posted on October 22, 2015 at 09:00I am very new to these programmings, so my questions will be amature forgive me for that.How to use  HAL_UART_Transmit/Receive _ Polling in my program multiple times.my users will send data multiple times to the mi...

Nandy K by Associate II
  • 529 Views
  • 1 replies
  • 0 kudos

Stm32f4 fprintf

Posted on October 23, 2015 at 18:03 Hello, I am using STM32F407 Discovery, and would like to send data to the computer without the USART cable (I am only using USB-MiniB cable). So to view the voltage read by the ADC (of STM32F4) I use printf fun...

Find MCU STM can support LCD HD/Full HD

Posted on October 02, 2015 at 04:09Hi all! I want to find a MCU of ST can support LCD with resolution HD or Full HD. Please suggest me some series that I can use.Thank you so much!

gds by Associate II
  • 666 Views
  • 1 replies
  • 0 kudos

Trace with stop mode

Posted on October 21, 2015 at 09:24Hi, I am using Keil to debug STM32F103 using trace. The trace works fine up till the controller enters the stop  mode. After this,  Keil gives the warning no synchronization even after the controller has woken up. ...

hassan by Associate II
  • 1041 Views
  • 5 replies
  • 0 kudos

HAL UART issue

Posted on October 21, 2015 at 18:36I tested the HAL function inside of main using something like this:  uint8_t Heading[]=''\n\r Send some text\n\r'';  if(HAL_UART_Transmit(&UartHandle, (uint8_t *)Heading, sizeof Heading -1, 0xFFFF) != HAL_OK) {    ...

rbenesh by Associate II
  • 1081 Views
  • 4 replies
  • 0 kudos

STM32F2 (and F4) HAL SD/SDIO information missing

Posted on March 20, 2015 at 10:57Dears all, I'm looking for HAL SD (and SDIO, SDMMC) pdf description for STM32F2 but: No HAL description exist for STM32F2xx. In STM32F4 HAL description, no information about SD and SDMMC (and sdio). Could someone poi...