• C166 : startup with a loader
    Hi, I use a C164 chip (similar to C166). For my project, I'll have a bootloader (witch will be located in 0xC0'0000) and an applicative software (located in 0xC1'0000). Is it possible to have...
  • Creating a boot loader and application in ROM at different locations
    I want to create a boot loader that will be loaded/executed at device startup which will determine if the firmware application is present and if so, jump (start) the application firmware. Else, it will...
  • Code Loader - Jumping to Compiler Startup Code
    Hello, AN112 provides three different methods for code loader designs. However, we are considering having our Code Loader jump to the compiler's C_C51Startup function of our Main Application...
  • how to locate startup code
    C51 Version 4.22 I want to absolutely locate the startup code that comes with the compiler (in the file STARTUP.A51) and is always included in projects. Any suggestion will be helpful!
  • In Application Loader and RTX Tiny
    I'm looking into using RTXTiny for a project with a Cygnal F020. However, the device requires end-users to be able to update firmware via USB. Is is possible to move RTXTiny and applications a few...