2018-06-03 12:02 AM
Hi Everyone, I m new to STM32F407 DISCOVERY board. Before i have worked with AVR micro controllers. Now i want to develop a wireless home automation application with STM32. Can anyone help me out with the recommended IDE and examples ?
2018-06-03 08:11 AM
Cube/HAL is the current library (download CubeF4 package)
STM32Cube_FW_F4_V1.21.0\Projects\STM32F4-Discovery\Applications
STM32Cube_FW_F4_V1.21.0\Projects\STM32F4-Discovery\Examples
Keil and IAR should work equally well
They is plenty of material for this board on the internet,
Joseph Yiu's Essential Cortex-M3/M4 would be a good book when migrating to the platform. The Reference Manual and Programming Manual for the F4 should also be reviewed.
The STM32F4-DISCO is quite an old platform, you might want to consider some of the new families and NUCLEO/DISCO boards providing serial connectivity, Ethernet, and Arduino shield options.
There is an L4 IoT board with multiple radios which might be a good fit for Home Automation applications.