Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi, I have been developing codes with TI controller for over 6 years. I recently started working on TI RTOS. I'm looking to move my old non RTOS project to RTOS. I have managed to move quite a lot apart from my boot loader. I had implemented custom boot loader in my old non ROS project. I'm having difficuly using my old custom boot loader in TI RTOS. Can you please guide me on that. I don't know how i suppose to merge my old custom boot loader to my new RTOS project as I'm switching various interrupt handlers while witchig from boot loder to main application and also I don't know how will I jump to main application. Do I have to dynamically creat HWIs and switch HWI handlers accordingly? Thanks