STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 702 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
  • 773 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
  • 529 Views
  • 1 replies
  • 0 kudos

ADC STM32F746 precision problem

Posted on May 17, 2018 at 14:02hello everyone,i've been trying to find the right configuration for my stm in order to acquire data from a ct sensor (ECS 1030) but i can't find the right configuration i've done some tests, i got a sampled signal that...