Posted on May 05, 2017 at 07:07
Hi there,
I am trying to implement a SPI master-slave system. The master will continuously send data and toggle one pin high/low after sending 1200 bytes so that the client can get synced and always read the dat...
Posted on March 03, 2017 at 08:14 Hi all, I am a newbie developer for STM I am developing an application using the STM32F746 Discovery board and KEIL uVision. I need to output two pulses on GPIO that I will feed to another board. The first pulse ...
Posted on May 05, 2017 at 11:17Currently it might not be possible to use NSS line.Isn't it supposed to be used with multiple clients? I have only one master and one client... Furthermore whenever I start my client first and the master later the comm...
Posted on March 16, 2017 at 05:47
Here is the final version of working code for Discovery 746NG boards. This is for someone in future who will come here looking for same issue....
// (C)2017 wek at efton dot sk
// example for:
// -- linked tim...
Posted on March 06, 2017 at 09:24 This is also a very good suggestion to use DMA pattern buffer in cyclic mode to generate the Pulses.... I will also look into it and play with it... I guess I will need to initialize DMA as in the following code. ...
Posted on March 06, 2017 at 09:08 Thanks for the Code... I will look into it although I will need lots of modifications as it is for 476 while I am working on 7 I will try to understand it and then modify it to my needs....
Posted on March 06, 2017 at 09:07 Thanks for the Code... I will look into it although I will need lots of modifications as it is for 476 while I am working on 7 I will try to understand it and then modify it to my needs....