Skip to main content
Associate II
October 14, 2024
Solved

Write SD card using bluenrg 332ac

  • October 14, 2024
  • 1 reply
  • 991 views

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

1 reply

Andrew Neil
Andrew NeilBest answer
Super User
October 15, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
JasonYangAuthor
Associate II
October 15, 2024

Thanks Andrew! I also wanna ask can I use cubeMX to build programs for the Bluenrg-332ac chip?

Andrew Neil
Super User
October 15, 2024

@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

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.