Generate own FCDX Processor Description

For general Flowcode discussion that does not belong in the other sections.
Post Reply
knutchoco
Posts: 7
http://meble-kuchenne.info.pl
Joined: Sat Dec 05, 2020 9:39 am
Has thanked: 1 time

Generate own FCDX Processor Description

Post by knutchoco »

Hello
after the example "https://www.matrixtsl.com/mmforums/view ... hp?t=21028" I tried to convert the STM32F429ZI (144PIN) into
STM32F429VIT6 (LQFP100).

But now my target no longer works
:o
you can provide a FCDX description and this target in the library ?

Wolfgang

LeighM
Valued Contributor
Posts: 394
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 69 times
Been thanked: 208 times

Re: Generate own FCDX Processor Description

Post by LeighM »

Please try the attached ...
Attachments
32F429VI.fcdx
(31.83 KiB) Downloaded 81 times

knutchoco
Posts: 7
Joined: Sat Dec 05, 2020 9:39 am
Has thanked: 1 time

Re: Generate own FCDX Processor Description

Post by knutchoco »

uff
the result was initially the same: the next target no longer worked.
here the solution was the NRST to the ST-Link. Also "STM32 Cube Programme" connected again.
The last problem was SystemClock_Config to my board.
now i can program the target with flowcode

Thank you Leigh
Wolfgang

knutchoco
Posts: 7
Joined: Sat Dec 05, 2020 9:39 am
Has thanked: 1 time

Re: Generate own FCDX Processor Description

Post by knutchoco »

STM32F429VI

in the next step i want to use the can bus
what do you have to pay attention to here?
<!-- -->
<can remappable='3' name='CAN1' >
<tx af0='9' port0='0' pin0='11' af1='9' port1='3' pin1='0' />
<rx af0='9' port0='0' pin0='12' af1='9' port1='3' pin1='1' />
</can>
<can remappable='3' name='CAN2' >
<tx af0='9' port0='1' pin0='12' af1='9' port1='1' pin1='5' />
<rx af0='9' port0='1' pin0='13' af1='9' port1='1' pin1='6' />
</can>
<!-- -->


Example from 32F446RE.fcdx
<!-- -->
<can remappable='3' name='CAN1' >
<tx af0='9' port0='0' pin0='11' af1='9' port1='1' pin1='8' />
<rx af0='9' port0='0' pin0='12' af1='9' port1='1' pin1='9' />
</can>
<can remappable='3' name='CAN2' >
<tx af0='9' port0='1' pin0='5' af1='9' port1='1' pin1='12' />
<rx af0='9' port0='1' pin0='6' af1='9' port1='1' pin1='13' />
</can>
<!-- -->
IMG_0249.JPG
IMG_0249.JPG (80.61 KiB) Viewed 1771 times

LeighM
Valued Contributor
Posts: 394
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 69 times
Been thanked: 208 times

Re: Generate own FCDX Processor Description

Post by LeighM »

Yes, looks good!
Also D0/D1 for CAN1, so I've updated the attached FCD file, I've also added the EXTI pin support.
(One for the repo Ben ;)
Attachments
32F429VI.fcdx
(49.54 KiB) Downloaded 76 times

Post Reply