• Parametric Search Capability
    We have added a parametric search capability for the Device Database. Parametric searches help you locate a chip (or chips) with a particular set of features or requirements (like A/D, D/A, I/O, RAM,...
  • Dual ethernet capability on microcontroller
    Any opinions on what would be the best/quickest solution and implementation here to support Dual Ethernet. I need a very minimal TCP/IP stack implementation to be packaged and working on any type of...
  • Flash reprogramming capabilities through the CAN
    Hi, I am a student. I have to write very important program in µV2 Keil , but I have not so much skills in programming and have some problems. I think that you have much skills in this case and can...
  • Questions about on-chip Arithmetic capabilities of F132 series
    Howdy all, Recently I've been working on a Silicon Labs C8051F132 and am trying to implement a simple averaging filter using it. Unfortunately the time the cpu takes making the necessary calculations...
  • Understand The 8051's Capabilities and C51 Assembly Output.
    One of THE worst things you can do in C51 code is to haphazardly use integers where unsigned chars (bytes) will suffice. Particularly when indexing arrays. While this may seem obvious to some, in my...