Example will no more compile on Visual Studio

Hello,

we are using a laird bl651 with the nordic nrf52810 chip. I am followed your instructions on how to getting started installing all the necessary things and configuring. In the past I have used your IDE and after some troubles I was able to somehow compile and flash the firmware, now it should be working but it is not. I am trying with the "peripheral_uart" example for a custom board I created using the nrf52810.  As I open the program I get a lot of errors from inclusion of libraries, but I do not know why that would happen, I have roughly followed your guide. I will attach a screenshot here:

The project we are working on is very urgent and we have a deadline approaching. So I will pose you another question regarding the chip. Since in another ticket it has been said to me that the nrf52810 has low performance, will changing the module and using the laird bl652 which is using the nrf52832 resolve this issue? The issue had rised about a bugged example.

I have run out of ideas and I do not know what to do. Thank you in advance for your replies.

Some specifications
OS: Windows 11
arm-gcc version:  10.2.1
Jlink version:    7.66a
Nordic SDK:      nrfconnect sdk v2.3.0

Parents
  • Hello

    The errors in your screenshot are not directly related to the Nordic SDK or your program, it's just the VS Code IDE trying to locate the header files, which it sometimes has problems with because of how the SDK is structured.

    Have you tried building your project with the nRF Connect extension anyway?

    If it doesn't build, could you share the build log?

    Best regards,

    Einar

Reply
  • Hello

    The errors in your screenshot are not directly related to the Nordic SDK or your program, it's just the VS Code IDE trying to locate the header files, which it sometimes has problems with because of how the SDK is structured.

    Have you tried building your project with the nRF Connect extension anyway?

    If it doesn't build, could you share the build log?

    Best regards,

    Einar

Children
No Data
Related