Hi RIOT team, We're currently using RIOT on a custom board, based on STM32F1 and AT86RF231 transceiver. I'm not sure I understand correctly the steps that are required for a transmission. These are the steps that we follow:
- call at86rf231_initialize - construct an ieee802154_frame_t - construct an at86rf231_packet_t - call at86rf231_send, giving the packet as argument The thing is, RIOT crashes (HARD FAULT), somewhere in the call to at86rf231_transmit_tx_buf (which is called by at86rf231_send), I suspect at this line [1]. Am I missing anything or doing something wrong here? Thanks! Eriza [1] https://github.com/RIOT-OS/RIOT/blob/master/drivers/at86rf231/at86rf231_tx.c#L173 -- Eriza/97.1910 -So long and thanks for all the fish!- _______________________________________________ users mailing list [email protected] http://lists.riot-os.org/mailman/listinfo/users
