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...
Posted on September 06, 2015 at 08:04I noticed rtc is working I could not able display on the screen. Hal library function get time is not working some reason.I did not dig into it.I simply read RTC->TR register
Posted on August 21, 2015 at 23:26
partly solved in debug mode I get it working at least now I can set rtc in normal mode it does not counts up seconds.I will look into it
__PWR_CLK_ENABLE();
HAL_PWR_EnableBkUpAccess();
__HAL_RCC_RTC_...
Posted on August 21, 2015 at 19:47SORRY FOR crossposting.Thank a lot. I see how do I skip I focused I forget about clk and I didnt know I have to power up I see.Thanks a lot.I will look into it I hope I can solve