I am reviewing the stm32f4xx_hal_spi.c to setup the SPI interface for Master mode DMA receive-only use. I notice the table showing that in this mode the maximum SPI frequency is Fpclk/64. I haven't bench tested this yet but was curious why this is so...
Posted on October 27, 2016 at 15:19
I have implemented the following code I found on this forum to execute the bootloader with register addresses changed to be for the STM32L162 part. I am developing with IAR tools.
PUBWEAK Reboot_DFU...
Posted on April 20, 2016 at 21:41I have the latest STM32CubeF4 downloaded but I can't find a compatible LwIP sample project. Can anyone point me in the right direction.Thanks.
Posted on January 16, 2017 at 01:30Thanks for posting this. I am struggling with the same issue. I was able to duplicate your success but wanted to add that you have to transmit/receive 4 bytes in the HAL_SPI_TransmitReceive() or it won't work. Any ...
Posted on April 22, 2016 at 13:03Man, glad I found this thread. The PHY address is what fixed it for me! If anyone is interested I can share my STM32CubeMX .IOC file so you can generate your own project. Right now I just have it configured for stan...