LPC11C24 API CAN benefits

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

LPC11C24 API CAN benefits

1,439 次查看
gregorioaiello
Contributor I

HI! We are using the CAN controller and tranceiver available on the LPC11C24 and we used the API placed into the ROM, what are the advantages of having that part of code placed in a ROM? Why not using classic libraries as for other peripherals (GPIO I2C etc)? the assembly code (ie the instructions) that is executed can be anyway seen using the debug thus our guess is that the reason is not to keep the code private. Thank you for any clarification!

标签 (1)
标记 (3)
2 回复数

1,281 次查看
carstengroen
Senior Contributor II

To save room in the Flash for your own application ?

To offer a tested and working solution for customers ?

PS: I have used it extensively without any problems.

1,281 次查看
gregorioaiello
Contributor I

Thank you for the reply, yes everything works perfectly it is just the first time I deal with something like that and I was worrying that something "fundamental" was behind such a design decision. Thank you again for answering!