STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can VABT supply be higher than VDD ?

Posted on June 11, 2018 at 17:32I am developing an battery operatoad device, but at most of other IC are opearting form 1.8V that I would like to run STM32 from 1.8V as well. But batttery will be 3V, as other things need 3V as well. So qusetion is -...

andis by Associate
  • 274 Views
  • 0 replies
  • 0 kudos

Reading I2C device in minimal time

Posted on June 11, 2018 at 15:23Hello all,I am using STM32L432KB controller with LIS2DE12 accelerometer over I2C3.On the controller side,- when I use Normal mode (100KHz) with blocking API HAL_I2C_Mem_Read(), it took about 500 uSec to read a single ...

How HAL_UART_Receive_IT() works?

Posted on June 11, 2018 at 15:02Hello, I would like to know exactly how HAL_UART_Receive_IT() API works ...?I am using STM32L432KB controller with Quectel's BG96 module to send AT commands and receive its variable length responses.A demo code of my ...

Designing PCB for ST MCUs

Posted on June 10, 2018 at 21:20Hey guys.I have to design my own PCB for my project. How can I get information about how to design a good PCB and the notes about how to reduce noise?And Is there any Forums like ST forums for Altium? If it is would y...

STM32 with TCP/IP

Posted on June 05, 2018 at 10:42 Hello, I'm working on a project that aims to develop a program for compliance with the TS13 149 ( http://itxpt.org/en/home) standard of passenger counting systems for public transit vehicles produced by the compa...

stm32 multiple ADC redings error

Posted on June 11, 2018 at 12:14 hi, I'm using cubemx to initiate the project, the mcu I'm using is stm32L053C6. To that I have 2 sensors and 2 transistors connected to adc inputs. The code below shows how I get the input value, voltage, f...

Resolved! How to run code in RAM(STM32H7 MCU)

Posted on June 10, 2018 at 14:28Hello.,.,I am using STM32H743 MCU in our application. Here I have a reuirement to run the program in RAM during debug session, I am using Keil 5 IDE. Presently the is flashing to MCU flash during debug also. Can anybo...

DMA uart XferCpltCallback problem

Posted on June 09, 2018 at 08:55Hi I use DMA in Interrupt mode to receive data from UART Periph to memory. data is transfered (my destination memory is occupied correctly)but my DMAReceiptComplete() callback function is never called./*--------------...

Resolved! usb on nucleo-f412zq

Posted on June 11, 2018 at 07:38I am going to use usb on nucleo-f412zq but there is no HSE on the board how can i setup clock configuration to use usb? Thanks.