User Activity

Here is simple bug. Generated header with SVDConv and STM32H7x7_CM4.svd file. Output header file can not be compiled. Added information below.Version info: * @file    /home/mehmet/Downloads/STM32H7x7_CM4.h * @brief   CMSIS HeaderFile * @version 1.0 *...
Posted on August 21, 2015 at 17:08 I downloaded application note write code.my device(stm32f0discovery,stm32f051r8t6).the weird thing with cube generated code it doesnt work either.In addition if I put breakpoint on while loop when I look rtc I s...
Posted on August 21, 2015 at 15:29 I downloaded application note write code.my device(stm32f0discovery,stm32f051r8t6).the weird thing with cube generated code it doesnt work either.In addition if I put breakpoint on while loop when I look rtc I s...
Posted on July 09, 2015 at 11:40device stm32f0discovery stm32f051r8t6even if I get SPI2->DR = 0x9C which is correct.I even look with saleae logic analyzer.HAL_SPI_TransmitReceive function does not write to rx variable I created.Thanks for any help
Posted on July 04, 2015 at 17:14I have stm32f0discovery and ili9431 2.2 tft display which work tried with arduino with level shifter.I want to port same library to stm but there is a catch I even tried before if hal_spi_transmit function which works...