User Activity

I'm working on STM32F107 microcontroller standard library and interfacing external ADC through SPI.In SPI configuration , there are two data size, 8 bit and 16 bit as in below lines - #define SPI_DataSize_16b        ((uint16_t)0x0800)#define SPI_Data...
Posted on November 30, 2017 at 11:49Hello all I'm working on STM32L152RE nucleo board. I ain't able to integrate Timer  in low power mode .so is it possible to work with timer and low power mode in STM32L152RE  simultaneously?If yes, which timer is ...
Posted on November 02, 2017 at 07:31I am sending messages to and from the SigFox module and I want to check the received message by displaying it on the Tera Term (through UART). Is this possible? if it is, please guide me through. #steval-fki868v1 ...
Posted on September 14, 2017 at 09:00Hello,I got stuck while trying to make changes in code of ST25TA02K-P NFC tag for  read/write access protection through password. I'm using X-NUCLEO-NFCC03A1 as reader and writter .So does ST25TA support  protect...