Starting a design using PE for MKL05Z32VFM4

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Starting a design using PE for MKL05Z32VFM4

跳至解决方案
571 次查看
steve_fae
Senior Contributor I

Where can we get a CW patch to support development for the QFN package?  My current 10.3 install doesn't call out this device.

标签 (1)
标记 (2)
0 项奖励
回复
1 解答
408 次查看
steve_fae
Senior Contributor I

its cool, turns out there is a secret patch that should be released soon.  my local FAE loaded me up, so I am good now.

在原帖中查看解决方案

0 项奖励
回复
4 回复数
408 次查看
JimDon
Senior Contributor III

In my experience, the actual package that you are using in PE really does not matter, so long as the "logical" pins you need are there. PE does not really know about the actual pins, just don't use the PE "picture" as a reference for which physical pin maps to the function you are programming.

So, if you set an ADC input to ADC_SE8, PE will generate the code for that "function" not knowing or caring which chip pin it really is. That is to use PTB0 it is the same code regardless of the pin.

0 项奖励
回复
408 次查看
steve_fae
Senior Contributor I

Hey Jim, customer has the KL05 FRDM board and wants to target the new

QFN package. Was wondering how to make this easy.

0 项奖励
回复
408 次查看
JimDon
Senior Contributor III

Well, you use the RM or datasheet to get the pin out for design, and I don't know that having the correct picture really makes it any easier, because in PE you don't select pins by pin number you select them by pin function (i.e. ADC_SE8). Normally the schematic has the pin number and the MCU function as well as the function of the board.

For example, say PTB0 is pin 10 and the function on the board is BLUE_LED. So you know that to control the blue led, you need to use PTB0 - and as I said in PE you would not select "pin 10" in the property sheet, you would select PTB0.

Also, the modules in the picture (e.g. ADC0) will still be the same if you click on them in the hardware view.

Presumably, the same functions would be used, and the code would be the same regardless of the package.

0 项奖励
回复
409 次查看
steve_fae
Senior Contributor I

its cool, turns out there is a secret patch that should be released soon.  my local FAE loaded me up, so I am good now.

0 项奖励
回复