Open-CMSIS-Pack / pack-examples

Examples of Open-CMSIS-Pack compliant packs for analysis and reference - not for distribution
Apache License 2.0
3 stars 2 forks source link

Pack for STM32F7 #7

Open FerdinandEn opened 4 months ago

FerdinandEn commented 4 months ago

Since I am using the STM32F756, I have tried to create the pack STM32F7xx_DFP. I tested it with uVision and Keil Studio (VSCode) with the STM32F756. In both cases I was able

Here is the pack

The content of the Dcumentation folder is deleted to meet the size requirements for an upload. STM32F7xx_DFP.zip

jkrech commented 4 months ago

@FerdinandEn, thanks for the contribution. Did you change anything other than: a) removing the documentation b) adding the generator component c) adding the template

While we have been using the pack-examples repository for experimentation we will add dedicated repositories for STM32 DFPs and BSPs in the coming weeks rather than adding more packs to this repository.

FerdinandEn commented 4 months ago

@jkrech I have updated the Keil.STM32F7xx_DFP.pdsc in the same way like Keil.STM32H7xx_DFP.pdsc. I got the content of CMSIS from the pack STM32F7xx_DFP 2.16.0. The content of Documents was originally the content of the F7 pack 2.16.0. I deleted it to reduce the size of the upload.

Since I have a lot of projects for my lectures, I would be happy to have an official F7 pack available for testing.

I have also discovered the problem that I cannot convert a uVision project to a Keil Studio project with the new pack.

https://github.com/ARM-software/vscode-cmsis-csolution/issues/68