Search found 5 matches

by knowic
Fri Aug 16, 2019 4:45 pm
Forum: Other Boards
Topic: [nRF52832] REPL UART is not shown up
Replies: 5
Views: 4038

Re: [nRF52832] REPL UART is not shown up

Hello, sir,

Have you get your issue fixed now? I have the same questions.

thanks .
Jason Hu
by knowic
Fri Aug 16, 2019 4:37 pm
Forum: Other Boards
Topic: nRF52832 DK compile and link errors
Replies: 9
Views: 4840

Re: nRF52832 DK compile and link errors

Hello, sir.

I have get latest Ubuntu version and compile the firmware.hex and download the hex with JLINK, all run smoothly,
but I get nothing with UART terminal like Putty, Is there something I have missing?

thanks.
by knowic
Thu Aug 15, 2019 12:00 pm
Forum: Other Boards
Topic: nRF52832 DK compile and link errors
Replies: 9
Views: 4840

Re: nRF52832 DK compile and link errors

Thanks for your information.
What about your linux system platform? 32Bit or 64Bit, I try to find the 32Bit GNU Arm Embedded Toolchain for my Vmware Linux platform,
but find nothing. Could you share me the source? Thanks again.
by knowic
Thu Aug 15, 2019 9:34 am
Forum: Other Boards
Topic: nRF52832 DK compile and link errors
Replies: 9
Views: 4840

Re: nRF52832 DK compile and link errors

Thanks for your quick reply, the version is : user@instant-contiki:~/micro/micropython/ports/nrf/boards$ arm-none-eabi-gcc --version arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 224288] Copyright (C) 2014 Free Software Foundatio...
by knowic
Thu Aug 15, 2019 8:02 am
Forum: Other Boards
Topic: nRF52832 DK compile and link errors
Replies: 9
Views: 4840

nRF52832 DK compile and link errors

Hello, sir: I have download the latest micropython ports, and compile target as such defined: make BOARD=pca10040 SD=s132 but get link error as such following, it looks like the variable is not defined well. Can anyone give some hints about how to fix this issue, thanks! Best regards! Jason user@ins...