STM32L0 LCD snippets
Posted on April 16, 2018 at 18:57Hi,Are there any snippets available for use of the LCD driver on STM32L0 series?I cant see an example in the snippet package.Thanks in advance
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 16, 2018 at 18:57Hi,Are there any snippets available for use of the LCD driver on STM32L0 series?I cant see an example in the snippet package.Thanks in advance
Posted on April 15, 2018 at 21:57Hi all,EDIT:Board: STM32H743ZI NucleoIDE: Attolic TrueSTUDIO for STM32 9.0.0HAL version: STM32Cube_FW_H7_V1.2.0I'm working with an STM32H743 Nucleo board and I'm trying to get a circular MDMA transfer going. I have ...
Posted on April 16, 2018 at 11:52I'm currently struggling with my Nucleo STM32L476RG board about VBAT battery charging feature.- I removed the SB45 on baord bridge to unbound the VBAT pin from the power supply- I wired a 100uF/4V tantalum capacitors...
Posted on April 16, 2018 at 17:54Hi everyone,I am trying to break up an I2C transaction into segments, e.g. begin with START condition and transmit 2 bytes, then transmit 4 bytes, then transmit 1 byte and end with STOP condition.From my experiments ...
Posted on April 16, 2018 at 16:09Hi everyone,I have been trying to set 1ppm RTC clock for two days.I have read the datasheet and manual. They are recommended to use 2 timers and an external oscillator. Also, with using HAL_RTCEx_SetSmoothCalib funct...
Posted on April 16, 2018 at 14:41Hello everyone I try to start the Fourier transform on stm32f303vc, but I get a strange result.I take the following steps:1.Since the result of the ADC is 12 bit, I move it 3 to the left to get the Q15 format.2. Sinc...
Posted on April 16, 2018 at 12:50Hi folks !while generating mcsdk files, I am getting this error which says that 'No STM32Cubemx version above 4.25.0 has been found' and Generation is not possible.Could someone please help me get rid of this problem...
Posted on April 15, 2018 at 14:41Hello dear stm32 community !Since yesterday, I have been trying to install X-CUBE-MCSDK 5.0.2. However, I am having some problems. On my computer with 32 bits, the error is, program is too big to fit in memory. On my...
Posted on April 15, 2018 at 22:26Hello all, I'm currently working on a senior design project using the STM32F411CE on a PCB. It will be interfacing with the RN4020 BLE. A mistake was made during the PCB design process and the USART6 TX/RX pins were ...
Posted on April 15, 2018 at 14:52I am so sorry to bother you, dear STM32 communityFor a long time now, I have been trying to include motor control library (pmsm foc sdk 4.3) to my own project with a microcontroller I prefer. But, I could not figure ...