我想问一下,如果我在CMD中把FlashA(16k)和FlashB(16K)合并为FlashAB(32K),在把Text段定位到FlashAB中,
这样会有什么问题吗? 因为FlashA 的最后一部分是留给密码区和跳转用的,因此Text段如果大于FlashA的大小,可能会被分为两部分,一部分在FlashA中,中间被保护区隔开,另一部分在FlashB中。
这么做我担心会不会有潜在问题,因此想请教一些,谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我想问一下,如果我在CMD中把FlashA(16k)和FlashB(16K)合并为FlashAB(32K),在把Text段定位到FlashAB中,
这样会有什么问题吗? 因为FlashA 的最后一部分是留给密码区和跳转用的,因此Text段如果大于FlashA的大小,可能会被分为两部分,一部分在FlashA中,中间被保护区隔开,另一部分在FlashB中。
这么做我担心会不会有潜在问题,因此想请教一些,谢谢!