Hi,
i am working on a project using the nRF52832 SoC. I had to design a custom PCB for my application as shown in Scematics.
Schematic_nrf52832_prototype_1.0_2023-01-10.pdf
The issue is not the hardware though. I got a Programm running in Segger Embedded Studios which turns a LED on and off. Thats why i know that the Hardware works.
.
I did upload the programm using a nRF52_DK as shown in the picture. This worked well.
What I am trying to do, is programming my device using Nordic SDK in VS Code. It would be enough to just upload a simple blinky sketch (to understand what is essential to run the program on the custom board) and from there i can move on, but even that doesnt work. p.s.The finished project requires GPIOs, I2C, UART and BLE.I am not able to get the code working on a custom board even if its the same code that i have programmed on the DK (it works on the DK). I've tried doing it like in this video shown https://www.youtube.com/watch?v=KSivO9Cf1TE&t=2050s but it wont work and i cant find the reason. The result I came up with is the following.
The sample code i was using: (if button gets pressed, then the led goes on)
What is missing or what am I doing wrong? What do i need to do, to upload this sketch with VS Code on my Custon Board? Why doesnt it work if i upload the programm with the board configuration form the nRF52832_DK? (if i put the leds and buttons on my custom board on the same pins as on the DK should it work then?)