• Example UART1 is not giving output

    Hi everybody

    I have opened this Keil example problem UART1.c and compiled it...with Aduc7026
    But this program is not giving output(Like printf("hello") on the serial port). I dont know why?

    Thanks in advance

    hameed

  • what is mean of the key word "XBPSTACK" in the startup.a51 and how uses it!

    what is mean of the key word "XBPSTACK" in the startup.a51 and how uses it!

  • search, also replace, windows suddenly pick something else

    This is my #1 irritant with uVision, does anyone have ideas how to avoid it (is not, but could be, always move cursor left first)
    Win7 pro/chrome

  • is there a way to "unoverlay"

    e.g. see watch1 and watch2 at the same time

  • clearing a watch window

    I can find hide, tab etc, but no clear of a watch window. It is rather cumbersome to clear entries one by one

  • signal function have no infinite loop

    signal function have no infinite loop.it will exit after the last sentence?

    if yes ,why i can't call the signal function twice?

  • uVision 5.14 - 'Close All But...' prompts to save changes in the tab not closed!

    Using the 'Close All But This' option will prompt to save any changes in the file not being closed!

    Harmless, I suppose, but caused a little chuckle

  • Forum no longer really useful - your opinions...?h

    Hello,

    The system in place to prevent spam is highly ineffective. I urge Kiel to change it to a registration / moderation based system. Note how the number of useful posts has dropped. There are no longer open and meaningful discussions here. What…

  • ADMIN - watc hdog forbidden

    I have in two separate threads multiple times tried to write comments relating to wat ch dog - which is a very important subject on this forum.

    Only problem is that it always fails with a server error 500.100.

    You shouldn't block so obvious embedded…

  • It's been playing-up for a while...

    ... and now it's got really bad!!

  • To Westonsupermare Pier

    Perhaps we should meet up for some Pier-to-Pier networking?

  • Dear Keil, would you PLEASE fix this ?

    Next time you're working on uVision, would you PLEASE put a timer on the Ctrl+Tab handler such that if the interval between events is longer than X, it only toggles between the last two tabs viewed?

    Thanks,
    -RW

    ( if this is already available…

  • CAN-Bus, one 60-Ohm instead of two 120-Ohm resistors

    Sorry for my limited English ability and Technical ability.

    It is very common in our company that, the engineers don't care about (or don't know) the termination resistors on a CAN-Bus. They just simply put one 60-Ohm resistor between two or several…

  • uVision debugging 'Watch' question

    Hi,

    I'm using the Keil uVision V4.03q.

    I wonder if there's any setting to be able to watch all variables during debugging?
    If I want to watch a function argument in a function it says: 'out of scope' so I have to define a static copy of that…

  • How to fix file sequence presentation in the IDE?

    Hi,

    My sourcecode files start with numbers like F12_xxx, F13_yyy, e.t.c. So F12 is a higher hierarchical file than F13.
    I open my files in the IDE (uVision4) starting with the lowest filenumber on the left adding next sequential filenumbers to the…

  • FIFO using malloc

    Hi,

    I have to store variable length data in a FIFO.
    The main program puches and pops lots of data on/from that FIFO. Data is only pushed
    when there is space in in the FIFO-buffer.

    Is it a good idea to use dynamic memory allocation (malloc, free)…

  • Device Database - Consultant Links Broken

    http://www.keil.com/condb/ says,

    "Consultants are listed in the Device Database on the pages of the chips with which they claim to have experience"

    But that is no longer true - there are no Counsultant links on the Device Database pages…

  • ADMIN: Moderator-locking or yet another forum bug?

    The recent thread
    http://www.keil.com/forum/19213
    is now locked.

    Is this a silent moderator action, or one of many errors with this forum - like old threads allowing one (1) post to be added before they get locked, or our regular problems that we…

  • Dead thread

    Seems the maintainance work may have resulted in (or didn't solve) this dead thread:
    http://www.keil.com/forum/18375/

    Just gives error 500.100.

  • What comes after C99

    I think about some extensions of C.
    For example aggregats like in VHDL
    There was C89 and C99.
    Now i think it is the time to think about C2012 ;-)
    How to contact this people to develop a futher C Standart?

  • How to make an interruptable code sequence in C?

    I am looking for opinions on how to create a code sequence that is written in "C" that must be performed as an uninterruptable sequence. I want to disable interrupts (globally) execute a code sequence and then re-enable interrupts. I am looking for your…

  • RTX and watchdog monitoring

    I wondering what method you're using to monitor the sanity state of the RTOS and activate a watchdog in case of failure.

    Currently, I have a hardware watchdog feed in the lower priority task . But in some case it's not working :
    The RTX can…

  • WinXP Explorer can't double-click while using UV3 editor

    In Keil UV3 (3.62c), if a file is open in the UV3 editor, I can't double-click in Windows XP Tablet Edition (sp3) Explorer, nor in Eudora. Eudora also can't select a line via a click at the left end of it (with the right-pointing cursor) - the line highlights…

  • can't read 14112

    comes up blank page

  • What is the source of the warning?

    Hello,

    I'm scanning a piece of legacy code with PC-lint. I get the following warning:

    Warning 648: Overflow in computing constant for operation: 'multiplication'
    

    for the following piece of code:

    (unsigned int)(0-((full_pw+1)*2/10…