In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces the relevant knowledge of "how MicroPython drives external Flash". The editor shows you the operation process through an actual case. The operation method is simple, fast and practical. I hope this article "how MicroPython drives external Flash" can help you solve the problem.
MicroPython has added an important update to drive external Flash through SPI.
The STM32L476DISC development board as the first example, you can use the on-board N25Q128A13EF840E extension file system, it is expected that other STM32 official development board Flash function will be added soon.
Here are some changes in the definition of the STM32L476DISC development board, which you can compare.
# include "py/mphal.h" # include "genhdr/pins.h" void STM32L476DISC_board_early_init (void) {/ / set SPI flash WP and HOLD pins high mp_hal_pin_output (& pin_E14); mp_hal_pin_output (& pin_E15); mp_hal_pin_write (& pin_E14, 1); mp_hal_pin_write (& pin_E15, 1) } / / use external SPI flash for storage#define MICROPY_HW_SPIFLASH_SIZE_BITS (128x 1024 * 1024) # define MICROPY_HW_SPIFLASH_CS (pin_E11) # define MICROPY_HW_SPIFLASH_SCK (pin_E10) # define MICROPY_HW_SPIFLASH_MOSI (pin_E12) # define MICROPY_HW_SPIFLASH_MISO (pin_E13) on "how MicroPython drives external Flash", thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.