• Hello Per
    Dear Per, Thanks For your Reply. If I have UART 1 code then I never raised this question. And really Your post is very touchy You should register on every forum and paste same answer on post...
  • Time spent per task in RTX
    While running a multi-threaded system on coretx-M0+ using RTX, I want to measure percentage of time spent in each task on the CPU and time spent in idle task. Can anyone suggest a way to do that?
  • Forum general / lists per architecture
    Hi all, I think the mixture of posts of all architectures is not the best solution. I'd prefer separated lists. A "search entire forum" would still be needed, but I'd like to see only "my" stuff...
  • Baud Rate Calculator
    Well. After several requests, I've added the Timer 2 reload calculation to the Baud Rate calculator at http://www.keil.com/c51/baudrate.asp . Nothing is changed for Timer 1. For Timer 2, displaying...
  • setting ADuC834 for 115200 baud???
    I have an Analog Devices ADuC834 eval board and currently have the UART configured for 9600 baud with the following code: T3CON = 0x82; T3FD = 0x12; SCON = 0x52; I am interested in configuring...