SDK for Artemis Redboard is not correct ?!

Hallo everybody,

i am trying to program Artemis Redboard with IAR+ Jlink debugger,

but i think that the supported AmbiqSuite-R2.4.2 is not realy for Artemis Redboard

simply in am_bsp.h there is 3 buttons and 5 LEDs and many deferenses

i could not use the nether flash the LED or print any word .

but i changed the bsp files using “Arduino_Apollo3-master\variants\redboard_artemis\bsp”
and it works !! :smiley:

now i can flash the LED und print something but i still have zeros data from PDM.( the configurations are 100 % correct)

i think it is not a good idea to copy files between two different libraries.

My Question is :
Is there any working SDK for Artemis Redboard to use with IAR ??

The BSP files that you are talking about are for the APollo3_EVB (https://www.digikey.com/products/en?key … llo3%20evb) which has those buttons / leds.

We maintain a version of the AmbiqSuite SDK that already contains our BSPs here: https://github.com/sparkfun/AmbiqSuiteSDK

However our examples only have makefiles intended to be used with GCC (rather than IAR). I don’t know exactly how much work it would be to produce IAR compatible build instructions but I don’t think it would be terribly much - especially given the examples for the Apollo3_EVB that you could reference.

Thank you very much for the link,

yes it is not really hard to make the SDK works with IAR ,

i just needed some time, it is almost done