User Activity

If I want to use the SafeRTOS for critical issue can I use it in the cubeMX as I use today the FreeRTOS?If it is possible or not at this stage, and if yes what adaptation do I need to do to use it?Is there any guide for immigrate Safe RTOS to CUBEMX?...
If I want to test the LPS33HW and I already have the X-NUCLEO-IKS01A2 motion MEMS place over STM32 Nucleo test by DataLogTerminal SW from X-CUBE-MEMS1 package.I see there is LPS33HW EV STEVAL-MKI183V1. But I didn't see any reference to use it on the ...
I try to use the LPS22HB as real pressure sensor (measure of force against the skin, but I almost didn't see any change. Only when press with big force I see the change.Does the name of barometer mean it can't sense pure pressure against its window?
Posted on July 01, 2018 at 15:03Hello all.I would like to use the nRF52 for supporting Bluetooth 5. I see the previews example connect STM32L4 to nRF51 using the UART support by the CUBE. I don't find a dedicate examples in ST or a developer tools t...
Posted on August 04, 2016 at 09:35Some time on my run I see that even if I do ADC1->CR |= ADC_CR_ADSTP;And wait on  while ((ADC1->CR & ADC_CR_ADSTP) != 0);It didn't go to ''0''.I check and see that ADSTART=''1'' and ADDIS=''0''.It configure to ADC1-...