Posted on March 24, 2018 at 19:38
Hi Folks,
I am trying to read a potentiometer over one ADC channel of the only available ADC1 peripheral on my STM32F4 board. It works fantastic, when i configure ADC without DMA and when i set only the End of...
Posted on March 03, 2018 at 18:04
Hi,
I beleive i have initialised my master STM32 correctly somehow i cant get my slave to understand my master.
My problem is my slave does not seem to understand the master, i have tried various things, li...
Posted on May 17, 2013 at 17:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 25, 2018 at 15:20
I had a look at your example, thank you. In your example you used an external trigger using a timer, thats why you disabled the continuous conversion mode, i have left the continuous mode as it was, I changed the...
Posted on March 06, 2018 at 08:25Yea, i kinda overlooked the fact that the MAX7219 accepts MSB first, so i had to initialise my SPI module on Master with MSB first and the Datasize as 16b, and it worked. The send routine and write routine that initi...
Posted on March 04, 2018 at 13:46
PA15 is configured as NSS yes. It was a really good idea with Logic ananlyzer. As it turned out, the SPI communication was not working as clean as i expected. I tried waiting after the busy flag was not set any m...