• Simulating Silabs PCA
    In the Silabs F005 datasheet it is stated that if PCA0MD.0 (bit ECF) is not set then no IRQ is generated on PCA timer overflow. Yet I notice that such an IRQ is generated in the simulator even if the...
  • Simulating Silabs PCA
    In the Silabs F005 datasheet it is stated that if PCA0MD.0 (bit ECF) is not set then no IRQ is generated on PCA timer overflow. Yet I notice that such an IRQ is generated in the simulator even if the...
  • How seriously do you use the UV4 simulator?
    Hello, Sorry if my questions are rudimentary, I'm just getting started with Keil. While waiting for a uLink ME to arrive, I am limited to testing with the simulator. It seems to work OK, though...
  • How seriously do you use the UV4 simulator?
    Hello, Sorry if my questions are rudimentary, I'm just getting started with Keil. While waiting for a uLink ME to arrive, I am limited to testing with the simulator. It seems to work OK, though...
  • try a software UART, code is at silabs, for UART2
    Try a software UART, code is at silabs, for your second UART. That way you can use the same stuff you already have. It will take away some of the processor steam but you can use timer interrupts to keep...