Zephyr> microSD (SPI 모드 연결) + FAT> STM32L476에서 성공, STM32F769로 실패> 로직 모니터
3922 단어 microSDFatFSZephyrdifference
Ubuntu 18.04 LTS
ボード: STM32L476 Nucleo_64 (以下、STM32L476)
ボード: STM32F769 Discovery Kit (以下、STM32F769)
Zephyr 2.1.0-rc1
microSDモジュール: CK-40 (サンハヤト)
ロジック確認: Analog Discovery 2 (AD2)
개요
samples/subsys/fs/fat_fs
양자의 무엇이 다른가.
AD2를 사용하여 로직을 확인했습니다.
STM32L476의 파형 모니터
의문점
STM32F769 로직
stm32f769i_disco.overlay
/*
2019-12-15
branched from [nrf52840_blip.overlay]
*/
/*
* Copyright (c) 2019 Tavish Naruka <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi2 {
status = "okay";
cs-gpios = <&gpioh 6 0>;
sdhc0: sdhc@0 {
compatible = "zephyr,mmc-spi-slot";
reg = <0>;
status = "okay";
label = "SDHC0";
spi-max-frequency = <24000000>;
};
};
비고
gdb에서 확인 중이지만 STM32F769는 disk_spi_sdhc_access_init()에서 호출되는 sdhc_spi_detect()에서 실패한 것 같습니다.
Reference
이 문제에 관하여(Zephyr> microSD (SPI 모드 연결) + FAT> STM32L476에서 성공, STM32F769로 실패> 로직 모니터), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/7of9/items/bdc3cb24867fc0d0b78c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)