使用 ATmega32 在 LCD 上显示数组中的 ASCII 字符
我有一个 LCD,连接到 Atmega32,使用此函数处理单个字符: void send_char(uint8_t c){ PORTD = c // set the output pins to the ascii value of th…
At91sam9rl 没有操作系统的arm hello world
我想运行一个简单的hello world,用c 编写,app。 在我的 at91sam9rl-ek 上。 没有操作系统可以吗? (如果是的话)我该如何编译它? - 现在我尝试使…
Atmega64 引脚问题。 SCL/SDA 与 TXD/RDX 相同吗?
无论如何,我都不是 Atmega 专业人士。事实上,从未与他们合作过。我正在尝试使用 i2c 接口将外部 eeprom 添加到使用 Atmega64 控制器的设备。从数据…
AVR JTAGICE mkII
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
微控制器 GUI 库
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
在 WinCpl 中制作一个简单的 2 位异步计数器
/* INPUT PINS */ PIN 1 = clock /* clock input*/ /**************** OUTPUT PINS *********************/ PIN 14 = Q1 /*output*/ PIN 15 = Q2 /*…
AVR_GCC编译错误delay.h
blinky.zip 中的说明,gcc-section,Teensy++ v.2。 Makefile 和blinky.c 位于zip 中。我通过在开始时定义F_CPU来修改blinky.c,因为没有使用Makefile…
使用哪种 IDE 进行 ATMega32 微控制器编码
我参与了一个需要设计迷你漫游车(火星漫游车类型)的项目。我正在使用 ATMega32 微控制器。我还有其他硬件,如直流电机、红外传感器等。我的问题是,…
- 共 1 页
- 1