• 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;...
  • 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;...
  • Help to run USB HID and Memory example for MCBSTR9 Board
    I try to run the examples for MCBSTR9. For USB HID example I can compile it, but when download to flash I got this error "No Algorithm found for: 40000000H - 400023E7H" For USB Memory example, when...
  • Help to run USB HID and Memory example for MCBSTR9 Board
    I try to run the examples for MCBSTR9. For USB HID example I can compile it, but when download to flash I got this error "No Algorithm found for: 40000000H - 400023E7H" For USB Memory example, when...
  • 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...