cancel
Showing results for 
Search instead for 
Did you mean: 

Clarity in the steps for configuring a sample project and flashing it to C4MINI Mcu.

Amal_V
Associate III

Hi team,

I was looking through the steps in the configuration of the sample project: AEK-MCU-C4MINI- AEK_POW_BMSCCTX_GUI_Application for discovery.

i made my configurations of the cells as per my project and after allocating the setup, it shows the hardwar connections too.

Then it shows to edit the pins in pin map editor which i didn't understand. It says to unassign the allocated pins and copy contents and paste but i didnt understand why we do this and how to do this.( From Step 31 of UM3185 manual).

Amal_V_0-1764826460797.png

 


Can someone explain this in detail for me to understand... 

Thank you.

1 REPLY 1
SRomeo
ST Employee

Hi Amal,
The section you are referring to explains how to modify the MCU pins to use in projects.

If you just want to use the AutoDevKit Studio demo applications, you do not need to modify anything. 
That's because the MCU is wired to the pins labeled on the BOARDVIEW and your System (C4MINI+BMSCCTX) already works.

SRomeo_0-1764922765506.png
(left MCU pin allocation corresponds to the right pins of the connectors)

AutodevKit gives you the possibility to create custom projects with different pin configurations.
To be clearer, if for example you may want to create a new BMS project with 3 AEK-POW-BMSCCTX, connected to your C4MINI; you may (starting from our ready to use example) configure MCU pins to reach this:

SRomeo_1-1764923348100.png

Then AutoDevKit generates the code needed to configure your micro.

This approach is 50 times easier than configuring MCU registers manually. In case you don't know, SPC58x MCUs have 2000 pages manuals, and our configurable windows avoid you to study it.

Our IDE is so simple that even middle school students are able to use it.
If you are an embedded developer, then you should easily be able to configure any system with AutoDevKit Studio!
Just read our manuals and try to experiment.

Best regards,
Simone 
AEK_Team