0

I am trying to use the STM32F4 family with XBee, but how can I send XBee API packets from one module to other via STM32F4?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
user2819759
  • 85
  • 1
  • 9

1 Answers1

0

That isn't one of the platforms supported by the XBee ANSI C Host Library, but an experienced embedded developer should be able to port that library over. It was designed to target embedded platforms down to an 8-bit Freescale with 32K of flash an 2K of RAM.

tomlogic
  • 11,489
  • 3
  • 33
  • 59