User Activity

We are using ST's LED1202 - 12-Channel LED Driver in our hardware. Which is connected with MPU using I2C. But i am not able to find any HAL Library to drive this IC. ST is providing only binary firmware which works with Nucleo board [here].Please he...
I am trying to interface DS18B20 (Temperature Sensor) with STM32L072 using OneWire communication. But not able to generate proper delay.I have reached some of the solutions but did't worked.https://community.st.com/s/question/0D53W000003LJZsSAO/micro...
Hello Community,I am using STM32H745 controller in one of my project.I am trying to send data from M4 core to M7 core using SRAM. To test the same I am increment a variable and writing to 0x10040004 location from M4 and reading the same location (als...
I have generated sample code and Makefile with CubeMX for STM32F412CX. It is compiling and outputs a proper binary. but after adding changes for MPU as given in their example , the binary size is increased to 400MB. I have read about same thing here ...
I am using FreeRTOS-MPU port with STM32F412. I have taken example which is given in STM32CubeF4 sdk package (STM32Cube FW_F4 V1.24.1\Projects\STM32F412G-Discovery\Applications\FreeRTOS\FreeRTOS_MPU).All things are working fine but I am not able to fi...