STM32L431VCT6
Posted on March 01, 2018 at 12:34Dear Sir,We are using STM32L431VCT6 in our design.I want to know how to configure USART to UART ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on March 01, 2018 at 12:34Dear Sir,We are using STM32L431VCT6 in our design.I want to know how to configure USART to UART ?
Posted on March 01, 2018 at 18:11Inside UART_SetConfig() on line 2164, we are getting the peripheral frequency from RCC_PERIPHCLK_USART2 (hardcoded), where this should have been based on huart->Instance (USART1, USART2, LPUART1 etc.)
Posted on February 28, 2018 at 14:56Hi everyone,I need to control the ADC in a STM32F769 MCU to take a bunch of samples after a period of time (this acquisition is repeated over time). My idea is to use one timer as a counter and as master controlle...
Posted on March 01, 2018 at 15:00HiI'm using an STM32F051K6 microcontroller and I've written code to generate a PWM signal with a 2ms period and a variable (10% to 90%) duty cycle. The generated PWM signal is correct but I've noticed that, over a 7....
Posted on March 01, 2018 at 12:18Hi http://www.st.com/en/embedded-software/x-cube-wifi1.html Here it is mentioned as ' Sample implementations available on X-NUCLEO-IDW01M1 board when plugged to NUCLEO-F103RB, NUCLEO-F401RE or NUCLEO-L053R8 boards'I...
Posted on March 01, 2018 at 07:10Hi,my problem is, that sometimes the software can't find the device, if I want to connect the F0 to program it the first time. I want to do it with a software reset, not a hardware reset.Every time I have that issue,...
Posted on March 01, 2018 at 13:28HI,i have writing data to DR register after that in DR register shows 0xFFaddr=0x000080; addrHigh1 = ((addr & 0xFFFFFF)>>16); addrHigh2 = ((addr & 0xFFFFFF )>>8); addrHigh3 = (addr & 0xFFFFFF); wrenInstruction = WREN...
Posted on March 01, 2018 at 13:01Hello,I am new to the STM32 platform and need to evaluate some things concerning flash segmentation of the STM32F072 before getting started.The targeted application has (among others) two requirements:1. In-app / in-...
Posted on November 01, 2017 at 15:23I am trying to implement MQTT protocol using SPWF04 Wifi module with STM32 L476RG Nucleo. It is mentioned in the document that MQTT is implemented but I am unable to figure it out. please tell me if any one knows ...
Posted on February 27, 2018 at 22:32Hey there,iam a stundet and try to create a programm to test some Piezo's on some structures.I have a STM32 Mini M4 F415 and a Connect Eve Display from mikroe.I want to get the ADC Value of the peak when i push a ...