Resolved! STM32L031G6
I have a STM32L031G6 component in a UFQPN28 package, can I install a 3.68MHZ crystal, will it work or only in a UFQPN48 package
Ask questions, find answers, and share insights on STM32 products and their technical features.
I have a STM32L031G6 component in a UFQPN28 package, can I install a 3.68MHZ crystal, will it work or only in a UFQPN48 package
Dear community,I am having a strange problem with the STM32L431.The ADC is set up for use with both the DMA and interruption. This is to de-interleave the adc results from 2 different channels, since there was problem with interleaved ADC results whe...
I am trying to reconfigure DMA without losing samples and without stopping the ADC, which is triggered using timer (relatively rarely), so my plan was to look whether both the ADC and DMA are idle and quickly reconfigure DMA before ADC even starts to...
Hi everyone,Something weird happened while I was uploading to my board. The upload crashed half way through and now the USB STLink interface isn't recognized. I think I should be able to upload a working ELF file in UART mode, but to do that I need t...
Hi, I am using an STM32F429 to calculate the pulse times from an an IR receiver. The IR receiver outputs a signal that follows the NEC Protocol, which is defined here: https://techdocs.altium.com/display/FPGA/NEC+Infrared+Transmission+ProtocolThe pro...
I am new to BLE development and hence i am looking for a developers guide for using BLE on b-l475e-iot01a discovery board.-Thanks in advance.
I got this working, then it stopped working.I finally figured out after about 3 hours what is wrong.Situation. I am making a "Serial tap" for debugging. The STM32F411CE on the Black Pill board. 2xUSARTs Rx only and the CDC Virtual COM port device ...
I am not new to working with STM32 MCUs but this is a one-of-one.I have checked the baud rate to 115200 with 8E1, the serial com port driver is showing up on my computer and when I measure the USART-TX pin using an oscilloscope it is showing a signal...