I have the latest STM32F407G-DISC1 board Rev D.The software demos you download are not supported by CubeIDE. The applications notes do not reference CubeIDE. (UM1467)STM32F4-Discovery_FW_V1.1.0.zip is the name of the demo files.I tried to import exa...
I was able to import STMF4DISCOVERY_Ethernet-Phy-SystemWorkbench project into STM32Cube IDE. However, it seems the pathnames are a bit messed up. For example, it failed to find the make file. So is there a cookbook procedure to do this? Or am I b...
Posted on July 06, 2018 at 00:09I'm new to ST but have extensive experience with Eclipse and other ARM M cores..I created a simple 'blinky' program using STM32CubxMX and ST32M System Workbench on a STM32F769-DISC0 Discovery Board.The LED toggles onc...
Thanks. I tried that but didn't work. So I switched to System Workbench and got it loaded. Unfortunately, the example had faulty code and produced many compile errors. I used an Ethernet example here: http://blog.tkjelectronics.dk/2012/08/ethern...
Posted on July 06, 2018 at 19:08Setting the counter period to a value other than 0 fixed the issue. Thank you.However, look at Figure 176 in the UM1718 and it shows the counter value as zero.Regarding the definition of ''bare-metal'', it is general...