Enabling internal pull-up for nRESET on ANNAB402

Hello everyone,

I'm currently working on a project wherewe use the ANNAB402 and Zephyr as out RTOS. We are developing using VSCode on a Linux VM. With a new board from us we had the problem, that the debugger of VSCode would not start anymore. We figured out, that on the previous version of the board we had an external pull-up resistor on the nRESET pin. Because of space on the board this resistor was removed, as was believed, that the nRESET pin would have internal pull-up activated by default.

I have tried to enable the internal pull-up in my overlay file, I was however unsuccessfull in getting the debugger to work. I would appreciate any help in trying to solve this through software implementation.

Kind regards,

Lukas

Parents Reply Children
Related