STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB CDC - When does the endpoint become ready?

Posted on February 10, 2016 at 10:49Hi, I'm using the CDC class driver version 2.4.1 and made the following changes to the usbd_cdc_if.c template: Since the provided CDC_Transmit_FS function tries to transmit the packet forever, i.e.do {     result ...

work by Associate II
  • 1734 Views
  • 3 replies
  • 2 kudos

STM32Cube FW_L4 V1.11.0 Bug in new CAN driver?

Posted on May 18, 2018 at 17:37Hi,in the HAL_CAN_IRQHandler, the checks for ALST and TERR errors are only done if RQCP is Set, meaning successful transmission:The hardware indicates a successful transmission by setting the RQCP and TXOK bits in the ...

nSS is missing in action, using HAL with stm32F767 to do SPI master multiple byte frame, sending using DMA...

Posted on May 08, 2018 at 14:24Hey there,I'm using SPI3 on an STM32F767ZI (on a nucleo board for now) I'm using HAL and DMA based multi-byte transfer. (but still feel kind of new to it) I'm trying to just setup a basic SPI master and wanted to be ab...

Resolved! Why were the github pages for STM32 Cube firmwares disabled due to a DMCA takedown?

Posted on May 18, 2018 at 01:25Hi all,I find it curious that the code has been taken down. I mean unless it wasn't ST that had uploaded it in the first place.Can someone from ST explain the situation? I am one of the people that had forked the libra...

UART HAL_DRIVER

Posted on May 09, 2018 at 15:46Hello there,We are using quectel's BG96 module with STM32L432KB over UART, to send some data to a cloud service using MQTT protocol.For this, We are using HAL_UART Drivers to transmit MQTT AT commands and receive its r...

K_P_D by Associate II
  • 786 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 CubeMX 4.25 bug?

Posted on March 28, 2018 at 19:27When generating code using LL libraries for an STM32L011F4Ux MCU, I found that enabling DMA for USART2 RX and TX and selecting DMA channels 2 and 3 makes the Cube create non working code.I checked the RM for this MCU...

AndreaC by Associate III
  • 894 Views
  • 4 replies
  • 0 kudos

PlatformIO stm32cube framework isn't complete

Posted on May 16, 2018 at 19:54I am using https://platformio.org/platformio-ide to program the STM32 F7 discovery board. The STM32Cube package is in the PlatformIO's framework registry and HAL&CMSIS drivers are working out of the box without problem...

Jur Div by Associate II
  • 664 Views
  • 1 replies
  • 0 kudos