Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • it looks like the MSP432P401V has BSL/Info memory supported: "TI", "MSP432P401V", "Cortex-M4", { {0x00000000, 0x00080000}, {0x00200000, 0x00001000}, {0x00202000, 0x00006000} }, {0x20000000, 0x00010000} But my problem is, I can't add that extra memory ranges by overriding the device information for the MSP432P401R in JLinkDevices.xml without defining a Flash-Loader. And I like to prevent to re-write the build-in(?) existing flash-loader only to add that functionality. Are the sources for that fla…

  • Hello, I like to flash the BSL / Info Memory of an MSP432P401R directly with J-Link. TI Code Composer Studio has an option for that and probably an own flash loader. J-Link with -ExpDevList shows me that only the main flash is configured: "TI", "MSP432P401R", "Cortex-M4", {0x00000000, 0x00040000}, {0x01000000, 0x00008000} Which is the easiest way to add Bank 0 Sector 0 {0x200000, 0x1000} and Bank1 Sector 0/1 {0x202000, 0x2000}? Thanks Boris