User Activity

Hi Everyone,I'm using STM32L4 with LSM6DSM on IAR IDE and using motion AC library to calibrate the accelerometer data. Code flow is like in first position when it has got the 500 samples for one position then it will wait till you rotate the position...
Hi Everyone,I have written a firmware which write some meta data in STM32L4 internal flash memory. But sometimes it happens that code gets stuck in a loop while erasing the flash memory. uint32_t UserFunctionForErasingFlash(void) { FLASH_EraseInitT...
Hi I have connected Bluenrg LPS eval board (network coprocessor mode) with STM32L476 Nucleo board and both are connected via jumper wires.I'm transferring 30 bytes in a single packet from STM32 nucelo to Bluenrg LPS module what I have seen is, once s...
Hi Everyone,I'm using BlueNRG LPS as a network co-processor with STM32L4 Nucleo Board. I'm sending 30 bytes data in every 10ms from stm32 to bluenrg LPS in Non-Block manner, and after 3000 bytes I have to send to packet end command (blocked). So ther...
Hi All,I'm imported a throuhput project from bluenrg DK 1.3.0 and modifying it as per my requirement. I'm using Bluenrg LPS in central mode and connecting to BlueNRG MS device which is configured as Peripheral. The steps to configure BlueNRG LPS are ...