Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi, in the book i am reading there is an example about UART DMA trasnfer in interrupt mode. In this example i don t understand why the author enables the UART related interrupt.I mean it is not the UART to generate the interrupt but the DMA when tras...
Hello,I am currently working on a project using a STM32L072CZYx MCU on a B-L072Z-LRWAN1 cardboard. I soldered a Bluetooth SPBTLE-RF component onto the board in order to use the X-CUBE-BLE1 software with my STM32L072CZYx MCU. So for my project, I have...
Can someone explain to me why CubeMX creates handles for objects within main but the GPIO configuration for that object (example an A/D or USART using DMA) is configured under the stm32l4xx_hal_msp.c instead of right within main as part of the object...
Posted on July 13, 2018 at 18:06Hi guys,I have recently started to work with Keil uVision and I am porting my code that I have previously coined with SW4STM32. I bumped into some problems with the network component (I would like to switch from previ...
Memory Dump with STM32CubeIDE shows also 0x0 at this addess. The Errata shows no entry to this problem.uint32_t* ptr = 0x1FF80078;VREFINT_CAL_VAL = *ptr;Is it a typo in the dataheet?
I would like to advise you, I create software for the STM32L151C8 microcontroller that will control the LCD segment display via the I2C PCF85176 driverDesign:- battery powered- configurable by the attached bluetooth module and keeping configuration v...
of sampling time in terms of cycles. what this sampling time corresponds to. I mean is this the actual rate at which the adc samples the input signal. If this is Sampling rate of ADC. then using Timer update event which i set for every 1hmz is relate...