User Activity

Posted on March 30, 2016 at 12:47Hello, I am using SPBTLE-RF BLE Module along with X-CUBE-BLE1 sensor demo code. The program worked successfully when run on STM32L053 Nucleo board with SPBTLR-RF module. But when we ran the X-CUBE-BLE1 code on our PC...
Posted on March 16, 2016 at 10:37Hi, In our product prototype we are using SPBTLE-RF BLE Module (BlueNRG-MS) for BLE connectivity. Due to space constrains in our product we are not using the EEPROM chip as given in the evaluation board X-NUCLEO-IDB0...
Posted on November 11, 2015 at 06:08Hello, I am using DMA in STM32L053 micro-controller to sent a data buffer to LCD display via I2C, but the last few bytes received at LCD end got corrupted. But if I am not using DMA the transfer occur currently. I...
Posted on August 25, 2015 at 06:52Hello, I have implemented RTC on STM32l053-Nucleo using CubeMX and CubeL0 HAL libraries. I set and get the time and date in RTC using HAL functions but the RTC is not running, I am getting the same time and date I h...
Posted on August 06, 2015 at 08:51Hello, I am new to ARM programming. Since my host OS is Ubuntu, I have chosen ARM GCC as compailer with STM32L0Cube libraries. Since I am a noob in GCC (especially about building Makefile) and ARM, I need a template...