Difference: MecrispCubeFirefly (26 vs. 27)

Revision 272022-11-23 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 15 to 15
  Sources on GitHub (Firefly branch on Mecrisp-Cube)
Changed:
<
<
>
>
 
Line: 87 to 87
 
Mecrisp-Stellaris RA 2.5.4 by Matthias Koch.

Changed:
<
<
Mecrisp-Cube 1.4.5 for STM32WB Firefly, 63/128 KiB RAM/FLASH dictionary (C) 2022 peter@spyr.ch
>
>
Mecrisp-Cube 1.5.0 for STM32WB Firefly, 63/128 KiB RAM/FLASH dictionary (C) 2022 peter@spyr.ch
  * Firmware Package STM32Cube FW_WB V1.14.1, USB-CDC, BLE Stack 5.3 (C) 2022 STMicroelectronics * CMSIS-RTOS V2 FreeRTOS wrapper, FreeRTOS Kernel V10.3.1 (C) 2020 Amazon.com * FatFs for internal flash and microSD - Generic FAT fs module R0.12c (C) 2017 ChaN
Line: 113 to 113
 

Additional Tools and Local Filesystem

Added:
>
>
There are two drives available, drive 0: is the flash drive (384 KiB internal flash, see MicroSdBlocks#Flash_Drive) and drive 1: is the microSD drive (optional MicroSdBlocks#SD_Drive).
 Populate a microSD with the contents of sdcard. Put the microSD into the uSD Card slot and reset or power cycle the board.

The directory should look like this:

Line: 128 to 130
 

You can use the local CLI commands like mkfs, mkdir and cp to create a filesystem on the serial flash and fill it with files and folders. But this is tedious job because I haven't yet implemented a recursive copy for MecrispCube. But there is prepared disk image

Changed:
<
<
(for details see MicroSdBlocks#Serial_Flash) on microSD and the tool dd. You can copy the disk image to the drive 0: (this takes about 8 Minutes):
>
>
(for details see MicroSdBlocks#Serial_Flash) on microSD and the tool dd. You can copy the disk image to the drive 0: (this takes about 2 Minutes):
 

Changed:
<
<
dd 1:/boot/fd-16MiB.img 0:[CR]
>
>
dd 1:/boot/fd-384k.img 0:[CR]
  ok. mount 0:[CR] ok.
Line: 140 to 142
  ok.
Changed:
<
<
The Mecrisp have some tools bundled in its distribution e.g. assembler, disassembler, dump, float. I put those tools and some more into the folder /fsr. With the "init.fs script" I compile my favorite ones into the flash directory (if you use the util-binary binary, these tools are already compiled in):
>
>
The Mecrisp have some tools bundled in its distribution e.g. assembler, disassembler, dump, float. I put those tools and some more into the folder /fsr. With the "init.fs script" I compile my favorite ones into the flash directory (if you use the FS-binary or util-binary binary, these tools are already compiled in):
 
compiletoflash[CR]  ok.
include /etc/init.fs[CR]

Line: 220 to 222
 {list of changed files} $ git restore {files to restore}
Added:
>
>
or simpler
$ git stash
$ git drop
 

Select the Build Configuration (Debug if you want to debug the project) and Build the project:

Line: 290 to 297
 
Added:
>
>
 JP1 Left, JP3 Right

DIL# Descr Descr' Feather Feather' Pin SWD ST
Line: 349 to 358
 
META FILEATTACHMENT attachment="firefly-arduino-adaptor-bottom.jpg" attr="" comment="" date="1666034933" name="firefly-arduino-adaptor-bottom.jpg" path="firefly-arduino-adaptor-bottom.jpg" size="4641369" user="PeterSchmid" version="1"
META FILEATTACHMENT attachment="firefly-arduino-adaptor-top.jpg" attr="" comment="" date="1666034933" name="firefly-arduino-adaptor-top.jpg" path="firefly-arduino-adaptor-top.jpg" size="1016161" user="PeterSchmid" version="1"
META FILEATTACHMENT attachment="firefly-header.jpg" attr="" comment="" date="1666035298" name="firefly-header.jpg" path="firefly-header.jpg" size="65036" user="PeterSchmid" version="1"
Added:
>
>
META FILEATTACHMENT attachment="firefly-feather-adaptor-top.jpg" attr="" comment="" date="1669202396" name="firefly-feather-adaptor-top.jpg" path="firefly-feather-adaptor-top.jpg" size="289226" user="PeterSchmid" version="1"
META FILEATTACHMENT attachment="firefly-adaptor-back.jpg" attr="" comment="" date="1669202396" name="firefly-adaptor-back.jpg" path="firefly-adaptor-back.jpg" size="392918" user="PeterSchmid" version="1"
META FILEATTACHMENT attachment="firefly-feather.jpg" attr="" comment="" date="1669203473" name="firefly-feather.jpg" path="firefly-feather.jpg" size="444161" user="PeterSchmid" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback