2016-05-17 05:18 AM
I need advice on how to organize my project. Actually
- a production PCB using STM32F030x6 is under construction (samples will arrive in a couple of weeks)- a discovery board using SRM32F030x8I am designing with discovery, waiting for the production unitI have two target in my Keil uVision projects<pname> with STM32F030x6 target defined and the startup asm file for F030x6<pname>_debug with STM32F030x8 target defined and the startup asm file for F030x8both are managed by two ioc files used for generating the low level infrastructure (CMISI, HAL etc.)Is that the correct way to proceed? I'd like to share the same application part of the projects (basically the MCU-independent code) but I cannot find a way. any suggestion?I would like to see in my project the green square (similar to CMSIS) which highligh BSPs for my design and discoveryhanks much2016-05-17 10:04 AM
Hi stanzani.marco,
I will transmit your request to our CubeMx team and come back to you.-Hannibal-