Write SD card using bluenrg 332ac
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-14 4:53 PM
Hi,
I am trying to write the IQ data to the SD card (i.e., write the received CTE pkt to the SD card). However, I found that Bluenrg-332ac has a cortex M0 core, which may not be able to drive an SD card. Is it possible to use this cortex M0 core for SD card writing?
Thanks,
Jason
Solved! Go to Solution.
- Labels:
-
BLE Mesh
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 6:27 AM
Sure, a Cortex-M0 can access an SD-Card - even 8051s, AVRs, et al can do it!
eg,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 6:27 AM
Sure, a Cortex-M0 can access an SD-Card - even 8051s, AVRs, et al can do it!
eg,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 9:18 AM
Thanks Andrew! I also wanna ask can I use cubeMX to build programs for the Bluenrg-332ac chip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 9:31 AM
@JasonYang wrote:can I use cubeMX to build programs for the Bluenrg-332ac chip?
"The BlueNRG-LP and BlueNRG-LPS lines have been rebranded as STM32WB06/07 and STM32WB05, now seamlessly integrated into the STM32Cube ecosystem"
https://www.facebook.com/watch/?v=1579234726355456
https://www.st.com/en/embedded-software/stsw-lp-profiles.html
