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

I have B-L475E-IOT01 and follow the ppt to connect to AWS IOT. But it cannot connect to AWS, the error message below. The firmware inside B-L-475E-IOT1 is original, come from the board, I do not flash any new firmware.

*** AWS connectivity demonstration ***AWS IoT SDK Version 2.1.1-MQTT connection in progress... Attempt 1/3ERROR: iot_tls_connect L#301 failed ! mbedtls_ssl_handshake returned -0x7780 Attempt 2/3ERROR: iot_tls_connect L#301 failed ! mbedtls_ssl_handsh...

kli.7 by Associate
  • 316 Views
  • 0 replies
  • 0 kudos

USB HID Use endpoint 0x82

using the second endpoint address looked pretty simple. I open the endpoint, changed my descriptor to use 0x82 instead of 0x81, changed the code so that I send two different reports, one for 0x81 and the other for 0x82 and everything looks simple. ...

HS-IN-FS

I am using STM32Cube_FW_F4_V1.21.0.This is very excellent software.UART,SPI,I2S,RTC,,,work fine but HS-IN-FS.I have checked HS and FS works fine.My target board is STM32469I-EVAL board and I'm using EWARM compiler suite.My application is USB_Device/M...

TKawa.17 by Associate
  • 477 Views
  • 0 replies
  • 0 kudos

How do I configure timer and pin in PWM output mode?

I am trying to configure TIM4 Channel 1 and PB6 in PWM output mode on my STM32L476 Discovery. I found an example for the STM32L476G-Nucleo, but they didn't configure any pins, so I tried to do that myself. I am new to programming on this board so I ...

ADing.11 by Associate
  • 3723 Views
  • 3 replies
  • 0 kudos

STM32-MAT/TARGET

It is not possible to unzip the downloaded STM32-MAT/TARGET (4.4.2).Win-RAR says "unknown method", i also tried it on a different Computerbut it didn't work out.What to do know? Maybe try a different Unzip-Software?

MW??r by Associate
  • 759 Views
  • 3 replies
  • 0 kudos

UART communication

I am using stm32f429i discovery. I want to use UART of it. I use USART1. I just transmit data but I can’t receive data through uart1.Help me

PuPiPo by Associate II
  • 543 Views
  • 1 replies
  • 0 kudos

Problem using UART bootloader

I am trying to program a STM32L151UC chip which is placed on a custom board using the bootloader and STM32CubeProgrammer. The connection sequence goes through a few steps until I get a message saying that the chip is in read out protection mode (whic...

ARege by Associate
  • 497 Views
  • 0 replies
  • 0 kudos

Reading 16 bit word with SPI

I have declared the following variable:uint16_t SPIRx;If I use this line to read SPI data, the compiler doesn't throw warnings:HAL_SPI_Receive(&hspi1, (uint8_t *)&SPIRx, 2, 500);But if I say:HAL_SPI_Receive(&hspi1, (uint16_t *)&SPIRx, 1, 500);It thro...

xpp07 by Senior
  • 581 Views
  • 1 replies
  • 0 kudos