RAK4270 Reserved Pins

The datasheet for the RAK4270 shows pins PA1 (Pin 3) and PB4 (Pin 16) reserved for internal use, but the schematic shows them not being used for anything.

I would like to use these pins for my application. Is there any problem with using them? I am writing my own firmware for the module, so I am not using the AT-Command or the RUI firmware.

Thanks.

These two pins are the SWD interface for flashing and debugging the device with a Segger J-Link or DAPLink RAKDAP1.
If you do not use SWD to flash or debug the module you can use them in your application.

The SWD interface is on pins 7 and 8, but pins 3 and 16 show reserved as well. This screenshot helps illustrate this:

But according to the schematic, PA1 and PB4 are not connected anywhere else internally:

Further, the description for PA12 in the RAK4270 alternate function description in the screenshot above is actually for PA1 according to the STM32L071 datasheet:
image

This leads me to believe that my concerns could all be due to errors in the RAK4270 datasheet.

Thoughts?

Hi @lancepitka ,

You are right. You can use PA1 as GPIO or even as Analog input as well. PB4 is also available to use.

We will update the datasheet asap to avoid confusion.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.