Page 1 of 1

Elaboration on the meaning of IEEE 802.15.4 registers.

Posted: Mon Sep 23, 2024 7:24 am
by Frostie314159
Hi,
I'm trying to build an asynchronous HAL in Rust for the IEEE 802.15.4 peripheral on the H2 and C6. I noticed, that while the registers appear in the official SVD file and there is public code using them, there is no documentation on their specific meaning or purpose. In another post I read, that, like WiFi and BLE, the peripheral is proprietary (CEVA IP). However, WiFI and BLE registers are entirely undocumented, but for IEEE 802.15.4 there is SVD.
I wanted to kindly request, if further elaboration on the meaning of these register would be available.
Greetings
Frostie314159

Re: Elaboration on the meaning of IEEE 802.15.4 registers.

Posted: Mon Sep 23, 2024 9:23 am
by ESP_Shu
Currently we don't have the public register level documentation. Please contact our business team and share more details about your project requirement, we may share the register level docs with you under NDA.

BTW, there is a Rust based 802.15.4 driver here: https://github.com/esp-rs/esp-hal/tree/ ... ieee802154