• 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 STR910
    Hello, I want to comunicate two STR910 micros via SPI. One of them will be the master, and other the slave. The code is very simple: [b]MASTER:[/b] /* CLK, MISO & MOSI configuration */ SCU...
  • 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...
  • USB HID example problems...
    Hello, I have been "playing" with the Keil USB HID example (the RV30 version of it, using RTL). I have changed the packet size to 64 bytes (in both the ARM code and the HID_Client1 program). The...
  • USB HID example
    Hello All! I use EFM32GG332F1024 on my own PCB. I'm trying to create a USB HID interface for communication with a Host (personal computer)! As a guide I use http://www.keil.com/pack/doc/mw/USB...