none-PE bsp and PE BSP (cw10.2+MQX3.8)

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

none-PE bsp and PE BSP (cw10.2+MQX3.8)

跳至解决方案
1,550 次查看
bugs
Contributor III

I am confused about the none-PE bsp and the PE-enabled BSP.

The none-PE bsp already has all the drivers:

Why do we need PE-enabled BSP?

What about the new added peripheral conflict with the one comes from MQX?

What do we need to do after generating the code for new added peripheral? Do we need to connect ISR? do we need to add some glue logic to let the driver be used by MQX?

 

 

0 项奖励
回复
1 解答
1,277 次查看
Angelillo
Contributor III

I've solved my problem. I've had a problem with my included paths of my project.

Thank you,

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,277 次查看
Angelillo
Contributor III

Hi Petr,

I'm following your advices in my MQX 3.8.1 over kinetis K60:

"When you want to use some event from PE just copy the function from Events.c module (do not delete it) into your application and write your code into it. Using overloading mechanism the linker call the right function from your application."

But in my case, my GPIO event (PORTE in my case) isn't running, although my PORTE_IFSR register is activated.

The ProcessorExpert.c file is empty because the start point my application started from the snmp_demo project.

Thank you in advance,

0 项奖励
回复
1,278 次查看
Angelillo
Contributor III

I've solved my problem. I've had a problem with my included paths of my project.

Thank you,

0 项奖励
回复