User Activity

From my functioning STM32 (H7) project, I open the .IOC file which spawns STM32CubeMX, which generates a dialog asking:"This project was setup using STM32Cube firmware FW_H7 V1.9.0. The new STM32Cube V6.3.0 works best with STM32Cube firmware version...
I have an app that uses SPI5 on an F7 chip with no problems, but it no longer works when I upgraded to the H7 chip (at the same time I changed to using SPI2).I am no longer getting the serial clock signal (SPI_SCK) on SPI2 on the H7 chip.I defined SP...
I need to get the Unix timestamp from my F7 application.I know how to use the HAL_RTC_GetTime() function that returns the time in the RTC_TimeTypeDef, but I want the raw epoch time since 1/1/1970.Is there a function to get this timestamp?
Posted on July 11, 2017 at 16:34I need to change the MCU type from STM32F373V8 to STM32F373VC within an STM32CubeMX project.Can this action be performed without creating a new project within STM32CubeMX?-OR-Is a new project even required since the M...
Kudos from