We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello,
i write a bootloader program that do nothing, only jump to application program. when both my bootloader and application is RTX, there is no problem. but if i write bootloader a simple program(not RTX) and my application is RTX, my application not work. what's the problem. please answer me as soon as possible. thank you.
hi, thank you very much. this solve my problem. i have another question, can i use same ram memory for both bootloader and application program? is it no problem?
Yes you can, as long as they don't run in parallel (i.e., the bootloader jumps to application and never handles any interrupt).