User Activity

Hi Everyone,I'm using STM32L4 microcontroller to communicate with BlueNRG-MS over SPI. I'm trying to create a firmware to get FCC certification and one of the parameter testing in that is Duty cycle (verification of spectrum/max energy in 1 MHz span)...
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...