Resolved! STM32L LCD character print error
When trying to print characters on the onboard lcd screen of STM32L152RC dev board, getting this error. what to do?
When trying to print characters on the onboard lcd screen of STM32L152RC dev board, getting this error. what to do?
Hi,I'm trying a simple program with a modulo operator on a STM32G031 MCU. Everything works fine during launch. But when using debug, it says "No source code available for _udivsi3() at 0x08000204".I know that the debugger is unable to find the source...
Hello all,I am working on RTC of STM32F401RC. I have connected a new CR2032 battery to VBAT.My problem is that when I restart the power I lose time. I have disabled the calendar generation and setting time manually so there is no possibility of time ...
Hi, I cannot find an appropriate touch sensing library for STM32H56x.
Hi, I am trying to simply output information from an I2C device (DS1307 real time clock) to an SPI screen (ST7789) I have tested the code & libraries for the separate devices and they work but as soon as I try adding any SPI commands to the main.c th...
I am using stm32u575zit6q. I set Baud Rate 2500000bit/s.(my equipment is only support 2500000bits)usart write is work successful, but read is not.usart read work only 9600bit/s.How do I use the read to work over 9600baud rate?
Steps to read the temperature calibration values from the stm32l152rc
Dear All,I have the STM32G431C8U6 UFQFPN48 chip mounted on the breakout board (QFPN48 to DIP48). How to use STM32CubeProgrammer and the STLINK-V3SET to program the STM32G431C8U6 UFQFPN48 chip on the breakout board? Thank you.
I'm using SPI on STM32F407VGT6 This is the code I use to check the state of the SPI_SR_RXNE bit:This is the code for the LIS3DSH accelerometer, when I send data to the accelerometer in response the accelerometer sends data to the Microcontroller.This...
Posted on February 24, 2016 at 06:02 I am working on a project. One of the part is exchanging data between PC and MCU(STM32F4) via the USB CDC. Sending data from STM32 to PC is very easy, but there is difficulty receiving data from PC. ...