• CAN in STR910
    Hello, I have a question around the ST CAN library. There is a function called GetFreeIF with this code: static u32 GetFreeIF(void) { if ((CAN->sMsgObj[0].CRR & CAN_CRR_BUSY) == 0) return 0;...
  • SPI communication between two microcontrollers
    Hello everyone, I am trying to make communication between an STM32F3 microcontroller and a custom board baser on PIC microcontroller using SPI protocol. The STM32F3 acts as a Slave and the custom...
  • str910 Vs STR-E912 difference
    Hi all, previously I was working on STR-E912 based board it has the processor STR912FW44Xb the code which was working fine on that bord was also working fine on the board STR-910-eval which has processor...
  • SPI communication between two STM32 microcontroller
    Hello everyone, I am trying to communication between two STM32F4 microcontroller using SPI protocol. here i am using SPI3. Here i am configuring one STM32 as master & the other as Slave. I have...
  • Port USB HID example for ST STR910 Board
    Hi, I want to convert the USB HID example of Keil MCBSTR9 Board to ST STR910 Board. Can anyone show me how to do it? Which code do I need to change in STR91x.s ? Thank you, John