User Activity

Posted on January 23, 2018 at 10:37I found a strange behavior of the STM32L NUCLEO cards. I installed a sensor network using Contiki and I implemented an RTC. If I try to set RTC_SYNCH_PREDIV to a value above 1023 (for example 2047, 4095, ... up to ...
Posted on November 24, 2015 at 17:05Hello Everyone.I would use the NUCLEO l152re board to implement the Modbus via RS485 and communicate with one or more slaves.Right now I would need of MODBUS master library for STM32 NUCLEO.Is there anyone that ca...
Posted on March 17, 2015 at 18:34Hi everyone, I'm working with stm32L152 discovery. I'd like to be able to create files on a microSD which contain data from a sensor and successively read these files from a PC. If I understand it, once I configured ...
Posted on September 18, 2014 at 18:45Hi, I havea question to askI'm workingwith the STM32Ldiscovery board.Currentlya while loopcyclicallyacquiresdata from twoexternal sensors.I'd like toknow thefrequency with whichI acquiredata from the sensorsso th...
Posted on July 29, 2014 at 18:45Hi I am working fora project withthestm32ldiscoverybutI have a problem:the Delay functionthatI implementedin my programis not working void Delay(uint32_t nTime) { TimingDelay = nTime; while (TimingDelay != 0); }void T...