SplitCode partitions an embedded (uC) project into two chunks so that the stable and the evolving part of the firmware end up in two separate memory regions. That way typically only a small, recently modified evolving chunk needs to be repeatedly uploaded to uC during time-consuming development stage.

The method is a significant improvement over a classic build style when the firmware upload takes more than ~5 seconds (above ~16kiB of flash with ST-Link/V2).

The link-time partitioning process is transparent and is based on several policies to choose from. The choice of a policy is a trade-off in between the burden of reprogramming and the flexibility of changes to make. These span from release-like policies where single modification requires full flashing to some that allow convenient 3s update even after major tweaks.

The example given is a complete Eclipse CDT project (gcc-arm-embedded), configured for STM32L-Discovery + OpenOCD and can be tailored to any architecture or IDE

Project Activity

See All Activity >

Follow SplitCode

SplitCode Web Site

You Might Also Like
Tigerpaw One | Business Automation Software for SMBs Icon
Tigerpaw One | Business Automation Software for SMBs

Fed up with not having the time, money and resources to grow your business?

The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of SplitCode!

Additional Project Details

Registered

2014-01-16