User Activity

Hi all,I'm starting on AI and so I'm following the tutorial "Getting Started with STM32Cube.AI".  After the first settings I see the message attached. Why?Any Helps?Thanks
Posted on December 01, 2017 at 11:36Hi,I nedd to execute an adc conversion in STM8S003. I read that te conversion time is about 2.3us, but I see that the time in my project is about 25us. Configuration of  CLK_Config(void){ /* Initialization of the ...
Posted on October 21, 2017 at 16:09Hi,I have mounted on my board a STM32F030C8. I flashed passed versions of projects: all ok. But when I flashed the last version nothing is  possible to do: message are: 'no target connected' and 'error: flash erase...
Posted on June 17, 2017 at 18:12Hi all,with uvision5 I'd make a project that works in debug, but when I program the flash of STM32 the adc peripheral doesn't works. I use Nucleo-64 board.Any suggestion?Thanks 
Posted on June 12, 2017 at 13:02Hi all,I'm using STM32F030 in Nucleo-64 board.I wish to obtain simply the result of adc conversion of two inputs, using DMA.But in the project of the attachment I read random values in ADC_buffer[0], ADC_buffer[1]. I ...