2018-08-02 11:51 AM
2018-08-02 12:04 PM
The forum is full of such reports, look at the examples under the HAL trees and port those, they are generally workable, and more functional than the code CubeMX spits out.
2018-08-02 12:23 PM
yes I tried examples and worked and I need code to be generated from stm32cubemx to be integrated with my project because examples are different implementation
2018-08-02 03:37 PM
That is one approach. It makes you beholden to a code generator to deliver viable code, and while that shouldn't be an insurmountable goal, it seems to be repeatedly missed, and not a threshold for signing off on a new release.
The HAL represent the common ground. Understand the mechanics of the F4, and HAL, a how CubeMX partitions/abstracts things and merge what you need into core code you can actually validate and build on.
2018-08-11 04:41 AM
hi Clive,
you are right about your point of view.
Thanks for your help and I were able to figure out the issue which is :
once we configure receive and transmit DMA everything will work as expected.