enjeru15

Results 16 comments of enjeru15

Here is the log for the failed connection of J-Link to target device: ``` DEBUG:__main__:This is a debug message. DEBUG:pylink.jlink:T0A18 000:033.803 DEBUG:pylink.jlink:Firmware: J-Link OB-nRF5340-NordicSemi compiled Aug 8 2023 16:16:56 DEBUG:pylink.jlink:...

And here's the log for the successful connection between J-Link and target device: ``` DEBUG:__main__:This is a debug message. DEBUG:pylink.jlink:T652C 000:038.508 DEBUG:pylink.jlink:Firmware: J-Link OB-nRF5340-NordicSemi compiled Aug 8 2023 16:16:56 DEBUG:pylink.jlink:...

Should I set the reset pin high or low? And when should the reset be triggered?

Hi, I tried the following and it still "could not find supported CPU": ```python jlinkConnection.set_reset_pin_low() jlinkConnection.connect(target_device, 'auto', verbose=True) ``` ```python jlinkConnection.set_reset_pin_high() jlinkConnection.connect(target_device, 'auto', verbose=True) ``` ```python jlinkConnection.set_reset_pin_low() jlinkConnection.set_reset_pin_high() jlinkConnection.connect(target_device, 'auto',...

Hi, I'm reviewing again the logs that I took. Everything before the highlighted ones looked similar. They started to differ from the highlighted ones. **Note**: Unsuccessful connection was produced by...

Hi, I've also tried playing around with the reset button on the board. See image below for reference. 1. Launched JFLashLite.exe and erased the chip successfully. 2. Ran my code....

By the way, I'd like to mention that I'm currently using version V792g of the SEGGER J-Link Software package. Do you know if this version is 'compatible' with the pylink...

Yes, it seems the EXE file is running extra logic since the connection of J-Link and nRF5340 is always successful. And yes, nRF5340 is dual core ー application core and...

Are these the only cores supported by Pylink: ![jlink_core1](https://github.com/square/pylink/assets/147672867/a227b29a-5d0a-406a-8088-f2c1e3d7d8b4) ![jlink_core2](https://github.com/square/pylink/assets/147672867/5ecbe692-039f-4341-8c48-75b2d8d3b7e2) nRF5340 is using Cortex-M33.