User Activity

Posted on May 26, 2017 at 20:06Dear,I want to use internal voltage reference for this MCU, how can I anable it by Hal library?Thanks
Posted on February 21, 2017 at 09:33Dear all,here is my code to read spi data:uint8_t TI_TDC1000_SPIByteReadReg(uint8_t addr){ uint8_t read_byte,inst; uint8_t dummy = 0x00; inst = TDC1000_READ_BIT & addr; // for read make sure bit6 is 0 //GPIO_Reset...
Posted on August 30, 2016 at 06:22Dear all,I am doing project with STM32F2 and RGB 18 bit lcd, via FSMC. But I do not know how to setup it.And could to tell me where I can download example code of STEVAL-CCM004V2 with STM3220G-EVAL?Best regardsThinh
Posted on January 25, 2016 at 05:30Hi all,I am using IAR for stm8, but I do not know how to check code size(flash, RAM...), could you tell me where I can check?Thanks very much
Posted on April 10, 2015 at 06:49Hi all,When I using ADC it work correctly, but when I want MCU enter STOP(or standby) mode and wakup by external interrupt, ADC is hang, can not convert ADC./**  ******************************************************...