• New Features on the Forum
    Several of you have asked for special features to be added to this forum. First, we have added user-settings for the number of messages listed on a page. Click on the Configure My Settings link on...
  • Admin - Call for forum enhancement requests
    All, I have noticed a few posts that have made some suggestions about forum enhancements. As we're migrating and enhancing the site, there may be an opportunity to enhance the forum, as well...
  • ST10F269 Features
    Does anybody know if the ST10F269 Microcontroller supports the cached interrupt feature? - Thanks
  • Feature of ARM
    What is the unique Feature of ARM, why it is so popular when compared to other 32-Bit Microcontrollers
  • Feature request: Simulate CAN REMOTE FRAME with DLC not equal to 0
    The debug functions in debug.ini: FUNC void sendMessage3(void) { CAN0ID = 0x0321; CAN0L = 6; CAN0IN = 3; } FUNC void sendMessage6(void) { CAN0ID = 0x07654321; CAN0L = 6; CAN0IN = 4; } define...