User Activity

Hello Everyone,I am using an STC3115 for managing the NCR18650B battery in my application. (In this setup the temperature measurement is not used because the battery doesn't have a THM pin. That's why the temperature value is 180.)My problem is the ...
Hello Everyone!I would really need some help. I have a B-L072Z-LRWAN1 board and I use the LoRa end node project provided by ST. I'd like to add UART1 to this project with interrupt. However, the code stops working when I initialize the UART1. Could y...
Hello!I have created a new folder. It's called sensor. In this folder I put a .c and .h file.I also modified the Makefile this way:components := TouchGFX/gui target TouchGFX/generated/gui_generated sensorBut I get the following error:Compiling Core/S...
Hello!I am working on to integrate a BMP180 sensor with my stm32f769i discovery board. The goal would be to read temperature and air pressure values and show these values on the screen. I have written the driver code in C for the bmp180 and it's work...