<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>IEEE802.15.4 in zephyr</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77241/ieee802-15-4-in-zephyr</link><description>Hello, 
 we started using zephyr OS for our firmware projects. To implement a propriety protocol on top of IEEE802.15.4 I use the radio with CONFIG_IEEE802154_RAW_MODE =y in the prj.conf. For a first test I use this function to send a frame. 
 
 If I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Jul 2021 07:50:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77241/ieee802-15-4-in-zephyr" /><item><title>RE: IEEE802.15.4 in zephyr</title><link>https://devzone.nordicsemi.com/thread/319078?ContentTypeID=1</link><pubDate>Thu, 08 Jul 2021 07:50:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8adaa17-b247-4217-89bd-1e4c1d706725</guid><dc:creator>MeisterBob</dc:creator><description>&lt;p&gt;Sometimes it helps to explain a problem to someone else. I was calling send_frame() from a timer interrupt, freeing it from the interrupt context with a &lt;a href="https://docs.zephyrproject.org/1.9.0/kernel/threads/workqueues.html"&gt;workqueue&lt;/a&gt; solved this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>