CY8c4147AZI-s445 48-TQFP device is not available in PSoC Creator 4.2

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

cross mob
puga_4644901
Level 1
Level 1

PSoC creator has  CY8c4147AZI-s445 64-TQFP device in list but

PSoC creator does not have CY8c4147AZI-s445 48-TQFP device in list so,how to get support for CY8c4147AZI-s445 48-TQFP?

0 Likes
1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I have just checked the PSoC 4 : PSoC 4100S Plus Datasheet...

may be you can work around doing

(1) Select device as CY8c4147AZI-s455

(2) Use only pins exists on the 48-TQFP, such as P0[0:7], P1[0:7], P2[0:7], P3[0:7], P4[0:3], P7[0:1], XRES

(3) Program the module as CY8c4147AZI-s455

moto

P.S. I checked the ASR6501 Datasheet,

it's not a PSoC but has LoRa and (probably) PSoC inside the package.

https://www.electrodragon.com/w/ASR6501

GitHub - asrlora/alios-asr-lora

View solution in original post

0 Likes
9 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

The CY8C4147AZI-S445 only comes in 64-TQFP variant as mentioned in the datasheet.

tqfp.PNG

Please check the MPN again. I think you may have mistaken it for other MPN.

Regards,

Dheeraj

0 Likes

After sort out which part number you want and it still missing in the device list, go to Tools > Find new devices. It will download the latest MPNs.

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

As Dheeraj-san stated 48-TQFP and CY8C4147 are only

CY8C4147AZI-S443, CY8C4147AZi-S453 and CY8C4147AZI-S463.

I would think that CY8C4147AZI-S443 seems to be the closest one to CY8C4147AZI-S445.

(And 5 and 3 looks similar, too)

moto

0 Likes

Guys, thank you for the reply

CY8c4147AZI-s445 chip has Silicon Id 0x256a11b5,

CY8C4147AZI-S443 has different Silicon Id like other chips,

I've already compile Firmware(Bootlaodable) for CY8C4147AZI-S443 chip and Loaded on to the CY8c4147AZI-s445  but it seems like Module(ASR6501 with TQFP-48) on which i'm working is accepting Firmware with Silicon Id(0x256a11b5),

So, for that reason i'm looking for CY8c4147AZI-s445 with TQFP-48 which can have the Silicon Id 0x256a11b5

Module details,

Heltec CubeCell-Capsule =  ASR6501 with TQFP-48 package, Silicon Id 0x256a11b5,

no sure but seems like a customize package release for heltec

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I have just checked the PSoC 4 : PSoC 4100S Plus Datasheet...

may be you can work around doing

(1) Select device as CY8c4147AZI-s455

(2) Use only pins exists on the 48-TQFP, such as P0[0:7], P1[0:7], P2[0:7], P3[0:7], P4[0:3], P7[0:1], XRES

(3) Program the module as CY8c4147AZI-s455

moto

P.S. I checked the ASR6501 Datasheet,

it's not a PSoC but has LoRa and (probably) PSoC inside the package.

https://www.electrodragon.com/w/ASR6501

GitHub - asrlora/alios-asr-lora

0 Likes

Yes it is not a PSoC but has LoRa and PSoC inside the package.

I've tried to apply workaround you have suggested but PIN number are not matching with TQFP64 and TQFP-48(used in CubeCell)

below link has pin details for CubeCell,

http://vis-plus.ee/pdf/ASR6501.pdf

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA
0 Likes

I'm using the same SDK as you have mention and compiled it for device CY8C4147AZI-S443 but while loading the .cyacd file onto the ASR6501( having CY8C4147AZI-S445) it is validating the Silicon Id placed inside the .cyacd file, and ASR6501 is always looking for the Silicon Id 0x256a11b5 which is belongs to the  CY8C4147AZI-S445 TQFP64 only,

i've manage to generate the .cyacd file of device CY8C4147AZI-S443 with Silicon Id 0x256a11b5 but after accepting the .cyacd device is only printing the copyright statement, so, looks like bootloader is validating and rejecting the bootloadable image

Might be changing the bootloader can work for me but don't know how to replace the bootloader through UART/Serial

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

I have just opened a project

alios-asr-lora-master / projects / Creator / ASR6501 / alios_small.cydsn

The project is targetting CY8C4147AZI-S445 and it has bootloader for CY8C4147AZI-S445, too.

010-alios_small_cydsn.JPG

moto

0 Likes