Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 2 months ago.
請問怎麼使用 fliahAPI
請問我該怎麼使用 <FlashIAP> MCU : STM32F103C8T6 我在使用自創自型,記憶體會不夠! 我想應該把自創自行放到比較大的 FLASH!
譬如: uint8_t matrix_26[8]= { 0x01,0x5C,0x54,0x7C,0x00,0x74,0x54,0x5C}; 我要創出9-40 的 一共31個數字,給MAX7219 點亮! 要如何放入FLASH 然後 如何取出呢?