cancel
Showing results for 
Search instead for 
Did you mean: 

Write SD card using bluenrg 332ac

JasonYang
Associate II

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 ACCEPTED SOLUTION

Accepted Solutions

Sure, a Cortex-M0 can access an SD-Card - even 8051s, AVRs, et al can do it!

eg, 

http://elm-chan.org/fsw/ff/#:~:text=It%20can%20be%20incorporated%20into%20small%20microcontrollers%20with%20limited%20resource%2C%20such%20as%208051%2C%20PIC%2C%20AVR%2C%20ARM%2C%20Z80%2C%20RX%20and%20etc.%20Also%20Petit%20FatFs%20module%20for%20tiny%20microcontrollers%20is%20available%20here.

 

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.

View solution in original post

3 REPLIES 3

Sure, a Cortex-M0 can access an SD-Card - even 8051s, AVRs, et al can do it!

eg, 

http://elm-chan.org/fsw/ff/#:~:text=It%20can%20be%20incorporated%20into%20small%20microcontrollers%20with%20limited%20resource%2C%20such%20as%208051%2C%20PIC%2C%20AVR%2C%20ARM%2C%20Z80%2C%20RX%20and%20etc.%20Also%20Petit%20FatFs%20module%20for%20tiny%20microcontrollers%20is%20available%20here.

 

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.

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


@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.