Customizing the startup program to include your minidriver

You need to modify the startup code in the BSP's main.c file in order to set up the minidriver's data area, register the handler function, and so on. Depending on what your minidriver needs to do, you might have to do the following:

For more information about the startup library functions, see the Customizing Image Startup Programs chapter of Building Embedded Systems.