Posted on July 13, 2018 at 01:05
Greetings,
I'm using Atollic True Studio compiler, cubemxcode with STM32L476RGx MCU. I'm trying to send and receive data to Memory FRAM MB85RS64V using SPI.Code below tries to send {0x06, 0x02, 0x00,0x04,0x01,...
Posted on June 26, 2018 at 23:00Hello All, I hope your doing good. I am working on a project based on STM32L476RG using Keil v5. I have used assert in my code. It works correctly for the compiler optimization L2 and L3. But when I chang...
Posted on June 09, 2018 at 00:05
Hello, I'm working on a project involving STM32L476RG Microcontroller. I'm trying to write a piece of code for creating an SPI Driver for my project and seem to have some issues. I'm using Keil v5 IDE. The output ...
Posted on July 16, 2018 at 15:02
Hey Andreas,
Thank you for your valuable time. Yes,I deliberatelyleft out the configuration steps. The second solution you provided of using the wait loop worked out to give MOSI the expected data.
If pseud...
Posted on June 26, 2018 at 23:48Hello Bob, Thanks for getting back to me. The link you sent describes a better picture for my issue. Thanks for the information. Even I'm not able to figure out, why the compiler doesn't find out the li...
Posted on June 12, 2018 at 17:57 Hello Bob, Thank you for your suggestion. I got the SCK clock working better right now. I had previously tried MODIFY_REG(SPI2->CR1, SPI_CR1_BR, 4); with all values, but was not useful. But with little more de...