Search Results

Search results 1-6 of 6.

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

  • It's a big problem for me to buy it. Do you have a circuit diagram of adapter? Or it's secret?

  • I am going to use J-flash for reading/writing CFI flash connected to OMAP5912. I saw that at this time J-flash supports only OMAP5910. I have little experience with openflashloader. My question about hardware connection. OMAP has EMU0 and EMU1 pins on JTAG, J-Link connector doesn't. Let me know where to connect these pins? Thanks in advance!

  • I want to use SEGGER_RTT_printf() for string with Left justify flag. But it doesn't works for strings. As I see in source codes left justify works only for numbers. Do you have function implementation which support it?

  • I'm moving forward, but still have no luck. My device described as C Source Code (17 lines)you can see page size is set as 0x800. But when I press connect in J-Flash I see message like on attached picture. Why it happens?

  • Where it's better to put functions like PLL and peripheral clocking initialization? In source codes inside Init function or inside script file for Jlink?

  • I have several question about OpenFlashLoader 1. I created FLM file for my MCU in KEIL and add my device in JLinkDevices.xml. J-Flash succesfully connect to my MCU. But when I try to perfrom any operation I see: - ERROR: Can not read register 0 (R0) while CPU is running Can not read register 1 (R1) while CPU is running Can not read register 2 (R2) while CPU is running Can not read register 3 (R3) while CPU is running Can not read register 4 (R4) while CPU is running Can not read register 5 (R5) …