CORTEX lpc1768教程

发布于 2024-12-09 04:53:27 字数 56 浏览 0 评论 0原文

我需要一些使用 cortex lpc1768 的教程。我认为它没有好的文档。请给我一些信息和教程。

I need some tutorial for working with cortex lpc1768.i think it doesn't have good document on it. please give me some information and tutorials for it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

分开我的手 2024-12-16 04:53:27

NXP 有一个很大的驱动程序库,其中包含大量示例代码,但有点难找到:
CMSIS 驱动程序库 - 不知何故链接nxp.com 网页上缺失。我从 code_red 页面获得它。

该驱动程序库包含该微控制器中包含的几乎所有外设的代码示例。

NXP has a big driver library with loads of example code, but it is somewhat hard to find:
CMSIS driver lib - somehow the link is missing on the nxp.com web pages. I got it from the code_red pages.

This driver library has code samples for almost all peripherials included in this microcontroller.

泪意 2024-12-16 04:53:27

LPC 的文档总体上做得很好。

任何带有 ARM 的东西,尽管您还需要该内核的 TRM(技术参考手册)和 ARM ARM(ARM 架构参考手册)。他们没有将一个统一的 ARM ARM 分成多个系列(幸运的是,它变得无法使用)作为一个皮质,如果您想要 ARMv7 TRM 和/或 ARM ARM。

以下是一些示例程序。

https://github.com/dwelch67/mbed_samples

LPC generally does a good job with their docs.

Anything with an ARM in it though you also need the TRM (technical reference manual) for that core and the ARM ARM (ARM Architectural Reference Manual). Instead of one unified ARM ARM they have split it into families (thankfully, it was becoming unusable) being a cortex m you want the ARMv7 TRM and/or ARM ARM.

Here are some sample programs.

https://github.com/dwelch67/mbed_samples

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文