How to upload the code through UART into PSOC6

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Manoj_Kumar
Level 3
Level 3
50 sign-ins 25 replies posted 10 questions asked

I wish to upload the written code into my Psoc6 through UART and it should load into bootloader and load the program .

How can i do so?

 

0 Likes
1 Solution

Hi @Manoj_Kumar ,

You can go through the README  in the below-provided link for steps to execute the program and also for the design and implementation of the Application.
https://github.com/Infineon/mtb-example-psoc6-dfu-basic

Thanks and regards,
Sidramesh

View solution in original post

0 Likes
9 Replies
Sidramesh_S
Moderator
Moderator
Moderator
250 sign-ins 100 replies posted 25 solutions authored

Hi @Manoj_Kumar ,

Could you specify the PSoC 6 Part Number you are using and the software where you are creating the project i.e. Modustoolbox or PSoC Creator?

You can refer to the below AppNote for reference:-
https://www.infineon.com/dgdl/Infineon-AN213924_PSoC_6_MCU_Device_Firmware_Update_Software_Developme...

Thanks and regards,
Sidramesh

0 Likes

am using PSoC 62s2 wifi BT Pioneer Kit. i want to upload my code through UART which will load and invoke the bootloader so that the program can work onto the device.

0 Likes
Sidramesh_S
Moderator
Moderator
Moderator
250 sign-ins 100 replies posted 25 solutions authored

Hi @Manoj_Kumar ,

Did you try to execute the Device_Firmware_Upgrade code example?

You can use UART for updating the Application.

Thanks and regards,
Sidramesh


0 Likes

can you please explain how will it work and are there any additional files or libraries i need to add?

or should i just run the program normally?

 

0 Likes

Hi @Manoj_Kumar ,

You can go through the README  in the below-provided link for steps to execute the program and also for the design and implementation of the Application.
https://github.com/Infineon/mtb-example-psoc6-dfu-basic

Thanks and regards,
Sidramesh

0 Likes
lock attach
Attachments are accessible only for community members.

so i tried the DFU, i got an issue, so when selecting the teansport opt in DFU tool, its only showing URAT and not IC2!!

0 Likes

Hi @Manoj_Kumar ,

Did you select I2C Port from the Filters tab?

Sidramesh_0-1675271592884.png

Best regards,
Sidramesh

0 Likes

Yes, i have selected all three options.

 

0 Likes

Hi @Manoj_Kumar ,

If you have any other devices which support Modustoolbox, please check once by connecting those devices.

If you have another version of Modustoolbox installed on your Computer verify with that software.

Thanks and regards,
Sidramesh

0 Likes