Thanks Jared. I loaded that test.bin to the feather and it now is flashing its blue LED. When I connect my serial monitor it doesn’t look like things are going too well. Here is the start of the boot:
[00:00:00.211,090] <inf> lis2dh: bus=I2C_1 fs=2, odr=0×1 lp_en=0×0 scale=9576
*** Booting Zephyr OS build v2.4.99-ncs1 ***
[00:00:00.231,872] <inf> app: Start of Pyrinas Hub example!
[00:00:00.237,854] <inf> test_uart: evt: 3
[00:00:00.242,401] <inf> test_uart: evt: 6
[00:00:00.246,887] <inf> test_uart: stopped. buf null
[[00:00:00.252,502] <inf> test_uart: evt: 6
[00:00:00.257,019] <inf> test_uart: stopped. buf null
[00:00:00.262,542] <inf> test_uart: evt: 4
… this sort of chatter repeats until about 3 seconds in and then I see this (the ‘not able to allocate UART buffer’ then pours out of the device from then forward)
00:00:02.996,429] <inf> test_uart: evt: 5
[00:00:03.001,007] <wrn> test_uart: Not able to allocate UART receive buffer (disabled)
ame is PCF85063A
[00:00:03.012,603] <inf> rtc: mode 0×16
[00:00:03.017,395] <inf> app: Area 0 at 0×0 on W25Q32JV for 33554432 bytes
[00:00:03.024,658] <inf> littlefs: LittleFS version 2.2, disk version 2.0
[00:00:03.032,928] <inf> littlefs: FS at W25Q32JV:0×0 is 8192 0×1000-byte blocks with 512 cycle
[00:00:03.042,022] <inf> littlefs: sizes: rd 16 ; pr 16 ; ca 64 ; la 32
[00:00:03.050,079] <inf> littlefs: /lfs mounted
[00:00:03.055,023] <inf> app: /lfs mount: 0
[00:00:03.059,875] <wrn> test_uart: Not able to allocate UART receive buffer (uart work)
[00:00:03.069,274] <inf> app: /lfs: bsize = 16 ; frsize = 4096 ; blocks = 8192 ; bfree = 8190
[00:00:03.078,247] <inf> app: Set up button at GPIO_0 pin 12
[00:00:03.089,050] <inf> app: Battery: 2462 mV
[00:00:03.095,001] <inf> app: Accel reading: #1 @ 3095 ms
[00:00:03.118,774] <wrn> test_uart: Not able to allocate UART receive buffer (uart work)
[00:00:03.177,673] <wrn> test_uart: Not able to allocate UART receive buffer (uart work)
… repeats about 15 times/second until I power off the device.
Kurt