• I2C Transmission
    Hi, I have a problem when I want to send data via I2C the program hangs in the line while (!I2C_CheckEvent(I2Cx, I2C_EVENT_MASTER_BYTE_TRANSMITTED)); . this is my funcion to send void...
  • Bad clock settings for an STR9
    Hello all, I have just recovered my STR9 from a fatal startup crash due to invalid setting of the SCU_CLKCNTR. My PLL generates a 48 MHz clock, and the source of the problem was the APBDIV bit field...
  • USB Device. Transmission stops after some values.
    Hello, I am trying to use the USB middleware from Keil. But I have the problem that the transmission stopps after some values. I send an ASCII code from the host to my device ( STM32F769I-Eval)....
  • I2C STOP condition on LPC2387
    If anyone has a good sample of I2C on LPC2387 (MCP2300 Dev board) other than the simple example from Keil, I'd like to know. I have a condition where the I2C seems to be running correctly for a two byte...
  • UDP transmission
    Hello, I'm developing an application for an ARM9 uC, on the evaluation board MCB-STR9. I'd like to use the RTOS (RTX application) and implement in a RTOS task a UDP based transmission protocol. Even...