06-14-2018
05:40 PM
2,076件の閲覧回数
Anonymous
適用対象外
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
FRDM-K64F board has SDHC socket already installed and wired to the SPI MCU pins. Also much promising MCUXpresso SDK has SDHC component module and board.h has macro definitions for SDHC resources. Naturally I was trying to find any example of using this module but so far failed. Any example can be found of using this provided module APIs for the microSD card operations? Logger example? or part of any demo ?
解決済! 解決策の投稿を見る。
返信
1 解決策
06-15-2018
11:07 AM
1,464件の閲覧回数
mjbcswitzerland
Specialist V
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
返信
3 返答(返信)
06-15-2018
04:41 AM
1,464件の閲覧回数
Anonymous
適用対象外
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Correction: SDHC is not wired to SPI but 4 bit SDHC interface to MCU pins.
Also the FRDM-K64F SDK provided SDHC module is not the one described in MCUXpresso SDK reference manual therefore the examples provided in SDK API for Secure SD card don't work here.
06-15-2018
11:07 AM
1,465件の閲覧回数
mjbcswitzerland
Specialist V
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
返信
06-16-2018
04:55 PM
1,464件の閲覧回数
Anonymous
適用対象外
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you Mark