User Activity

Hi guys,I need to add the Device Information (0x180A) service in the advertising phase.I tried to do that in aci_gap_set_discoverable function, but ever fails with error 0x42 (invalid parameter). Whitout service uuid list, works ok.So, I tried with a...
Hi fiends, I have a problem with Sleep mode in my BlueNRG-1.I want put core in sleep mode for a given time. I writed a function based on power management examples of BlueNRG-1 navigator SDK, this is:void Sleep_ms(uint16_t time) { tBleStatus rets; ...
Hi guys,I would the SPBTLE-1S go to sleep mode, but programming the CPU wake-up from MFT2 interrupt (leaving BLE shutdown).Do you know if it is possible do that ?If not, how can I shutdown BLE hardware leaving CPU still running?Browsing documentation...
Hi friends,I have DMA2 moving data between a look-up-table to GPIOB. DMA is fired by TIM8 that generates constant sampling time.The system works fine, but when main loop have some instructions (dummy instructions that doesn't affect DMA system), DMA ...
Hi guys,I am testing the CRC hardware of the STM32F722ZE in the NUCLEO board, but doesn't get a right result.The CRC keys are: Poly=0x1021 and INIT value=0x1D0FMy two data input of 16-bit wide is: [0]=0x0031 [1]=0x0032.Some CRC calculators gives 0xEA...
Kudos from