Search Results

Search results 1-4 of 4.

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

  • Hi I'm working with SystemView 3.30 in combination with J-Link and a Renesas RX processor. I've tried to instrument the code for Post mortem activity (the regular functionality works fine). When I try to connect to the target, after having configured the connection, the "read recorded data" menu is disabled. I cannot read the data from the target. It seems that this functionality is not supported anymore, is it right? I've read similar posts but they are "abandoned". Thanks in advance.

  • I have the same problem, please solve asap. Thanx

  • Thank you for the reply I think one of the problems is the erase algorithm. I've tried the following: IAR Embedded Workbench 8.32.1 Just create a dummy main.c project for the MSP432P411Y Download the dummy project in the target Now in the memory window, select Flash as memory Now try to fill the flash with 0x0 from address 0x0 length 0x100000 (1MB) Then go at address 0x80000 (upper 512KB start): the memory has NOT been filled! If you try to fill from address 0x80000 for length 0x80000 (upper 512…

  • Hi I have a J-Link for Arm 8.0 and I'm trying to flash an MSP432 with 1MB internal flash (MSP432P411Y). The J-Link drivers are v6.44h. If I try to program the chip with UniFlash from TI or with IAR Embedded Workbench (meaning, only image download without debugging), the tools report a programming failure. It seems that only the first 512KB can be programmed. Addresses above this limit cannot be programmed. If instead of using the J-Link I use a TI MSP-FET debugger, everything works fine with the…