• Conflicts with UART and I2C
    Hello, I develop a system which contains a real time clock via i2C and is controlled by the computer via the RS232 protocol. In order to develop the I2c part i take the lower functions of the application...
  • Serial and timer seem conflict
    void enable_timer(void) { TH0=0x01; TL0=0x01; TMOD = (TMOD & 0xF0) | 0x01; ET0 = 1; TR0 = 1; EA = 1; } void serial_init(void) { PCON |= 0x80; SCON = 0x52; TMOD |= 0x20; TH1 = 0xF3;...
  • ARM conflicting with sate and global files
    Hi Everyone ! Let me tell you more about my project, this is an circuit system that receives data from temperature sensor show it to 4digit 7-segment display, respond by buzzer . For heating up-down...
  • Mdk-keil conflicts with cubemx and HAL
    Hello Everyone, I am working in following environment, IDE-Version: µVision V5.22.0.0 Tool Version Numbers: Toolchain: MDK-ARM Cortex-M0/M0+ 256K for ST Version: 5.22 We have a custom board...
  • uLink - conflict with other USB HIDs?
    I have been having major grief with my uLink2 of late, rendering it virtually unusable! :-( I've had it about 4 months with just the usual occasional annoyances of lost comms - then it just...