• proble with ULINK
    hi, I am trying to connect ULINK2 to LPC2368 board. when i am trying to debug it is giving me error "could not load .afx file". thanx
  • proble with ULINK
    hi, I am trying to connect ULINK2 to LPC2368 board. when i am trying to debug it is giving me error "could not load .afx file". thanx
  • const struct/unon initialization proble.
    Hi, with the following sample code... typedef __packed struct { uint8_t field_1; uint8_t field_2; uint8_t field_3; uint8_t field_4; } T_Sub; typedef __packed struct { T_Sub Sub; uint8_t...
  • /b STM32F107 CAN2 interrupt proble
    Hi.. STM32F107 peripheral the circuit under test CAN1, CAN2, use the source code that implements. In CAN1 Send and recive (interrupt) operation, but CAN2 Send normal operation, not recive...
  • Proble in getting interrupt continuously.
    We are working on the STR91x Evaluation Board and we are using Timer0 Interrupt (for Output Compare). Interrupt is expected to come continuously whenever output compare occurs. But that is occurring...