This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

If my UART driver returns a capability as false, does it mean the hardware is not capable?

I need a timeout event for my UART receiver. I followed guide to get the capabilites of the driver. It returned false for Event Rx Timout. Does this mean that the µC is not capable of it? In my case it is an LPC1769

According to the documentation it means that the hardware isn't capable of it. I mean, if it was the manufacturer would have surely impelmented it. I really want to make sure. My superordinate tells me it is capable of it, but to me it seems evident that it is not.

Parents
  • Former Member
    0 Former Member

    Did it strike your mind to perhaps look in the LPC175x/176x Users manual to check for yourself? If a specific feature is not (yet) implemented in some library, it does not (necessarily) mean that the feature is not present in the chip, just that the library writer (perhaps) was too lazy to implement it.....

Reply
  • Former Member
    0 Former Member

    Did it strike your mind to perhaps look in the LPC175x/176x Users manual to check for yourself? If a specific feature is not (yet) implemented in some library, it does not (necessarily) mean that the feature is not present in the chip, just that the library writer (perhaps) was too lazy to implement it.....

Children