This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52 crossworks

I'm using nRF52 starter kit (nRF52832AA)

I'm trying to build the ANT+ BPWR tx example from Nordic (17.0.2 + 7.0.1)

Having some issues running it, but removing ant part and timer it runs "correctly"

I left Buttons/led and logs

When enabling timer again (RTC1), starts having issues, once I make it run, it breaks at addr 0x0A60

F8202B02 strhmi r2, [r0], #2
F0114F80 tst r1, #0x40000000
BF18 it ne
F8002B01 strbne r2, [r0], #1
4770 bx lr
4B01 ldr r3,
681B ldr r3, [r3]
68DB ldr r3, [r3, #12]
4718 bx r3

the same project with comments works ok on IAR.

one thing that I noticed is that on crossworks, int vector pointers have 1 byte offset to the handlers, but for STM32 is the same and works perfectly

Any ideas what is happening?

Thanks

Related