Other Parts Discussed in Thread: SYSCONFIG,
I use a chip with 4*4 package (CC2340R5RGE), but the package selected in the project syscfg is 5*5(CC2340R5RKP), and only the pins owned by 4*4 are used. Will this affect it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi wangrenli,
Although this could be acceptable, I recommend that you consult Using the RGE QFN24 package variant from the BLE5-Stack User's Guide to migrate the SysConfig project properly and ensure the correct device operation.
Regards,
Ryan
Hi.
The purpose of my doing this is that the same project can be applied to QFN24 or QFN40 chips by changing a macro definition, because they only have different pin definitions. So I chose the largest QFN40 as the package of syscfg, and the program uses different packaged pins according to this macro. Is there a better way?
Here are the differences in layout between the two packages:
Given the changing locations of various antenna and voltage source pins, I highly recommend that you have two separate projects and output binaries for each footprint. TI does not validate using a CC2340R5 RKP project on a RGE device, which is why migration instructions were provided.
Regards,
Ryan