全站共有主題數29153個,帖子數137793篇。
內容轉換:不轉換▼
  點擊 回復 標題 作者 最後回復
  603 0
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 4-4  巨大八爪鱼
  1017 14
電路板:
三極管全部都是9012的。左邊的74HC595是決定一橫排的顯示內容,右邊的74HC595則是決定顯示哪一橫排。
左上角的按鍵是RESET鍵,最下面的按鍵是暫停鍵(程序中是K1)...
巨大八爪鱼 4-4  巨大八爪鱼
  575 2
将一个电阻和一个电容串联起来接地。最左边为电阻,电阻的最左端接单片机的PC1口,并设为输出。电阻和电容中间引出一根线,接到PC0口,设为输入。
最初PC1输出低电平,电容上没有电荷,PC0为低电...
巨大八爪鱼 4-4  巨大八爪鱼
  345 4
例如,当SCLK=0时DIN=1,SCLK=1时DIN=0,则存入的数据是0而不是1。如果要想存储低电平时的数据,必须再串联一个上升沿触发的D触发器。
117.136.70.* 4-4  117.136.63.*
  861 9
原始程序:
https://zh.arslanbar.net/post.php?t=24571
打开lwipopts.h,把#define LWIP_DHCP 0改成#define LWI...
巨大八爪鱼 4-2  巨大八爪鱼
  877 18
【实验时用到的程序】
#include <stm32f10x.h>
const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99,...
巨大八爪鱼 4-2  巨大八爪鱼
  1303 6
原始工程:https://zh.arslanbar.net/post.php?t=24584
【最终效果】
1.能够在PC端通过设定的计算机名ping通网卡。
2.能在PC端...
巨大八爪鱼 4-1  巨大八爪鱼
  578 5
【命令】
C:\Users\Octopus>ping CAR527
Pinging CAR527 [192.168.1.109] with 32 bytes of data:...
巨大八爪鱼 4-1  巨大八爪鱼
  511 2
******21/03/2017 9:05:41 PM******
dhcp_start(netif=20005fe0) en0
dhcp_start(): starting new DH...
巨大八爪鱼 3-31  117.136.63.*
  2544 11
【1】去lwip的官方网站下载最新的lwip-2.0.2.zip
【2】新建空白STM32工程,建工程时一定要在Manage Run-Time Environment对话框里勾选启动文件...
巨大八爪鱼 3-31  巨大八爪鱼
  702 4
可以根据ip地址成功获取到网卡地址,也能成功收到数据包,但非广播数据包发出去就会丢失,电脑无法接收到。
巨大八爪鱼 3-31  巨大八爪鱼
  605 0
#define F_CPU 11059200
#include <avr/interrupt.h>
#include <avr/io.h>
#include...
巨大八爪鱼 3-26  巨大八爪鱼
  638 3
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  683 5
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  646 1
#include <stm32f10x.h>
uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x...
巨大八爪鱼 3-24  巨大八爪鱼
  645 7
#include <avr/io.h>
#include <avr/sfr_defs.h>
#include <stdio.h>
// 芯片型号:...
巨大八爪鱼 3-23  巨大八爪鱼
  166 0
亲爱的用户:欢迎来到AVR吧,阿斯兰侃吧欢迎您的到来~
请先阅读我们的社区准则:
https://zh.arslanbar.net/documents/eula/
以及版权声...
侃吧管理员 3-23  侃吧管理员
  642 0
#include <stdio.h>
#include <string.h>
#include <stm32f10x.h>
#define BIT...
巨大八爪鱼 3-22  巨大八爪鱼
  918 11
STM32F103C8的Flash容量是64KB,RAM容量为20KB。这样小的芯片上也能运行lwip协议栈!
移植前的源程序是运行在STM32F103RC芯片上的:
https://zh...
巨大八爪鱼 3-20  巨大八爪鱼
  609 5
【ENC28J60.h】
#define EIE 0x1b
#define EIR 0x1c
#define ESTAT 0x1d
#define ECON2 0x1e...
巨大八爪鱼 3-19  巨大八爪鱼
  658 7
巨大八爪鱼 3-17  巨大八爪鱼
  602 0
不能单独定义这两个函数的跳转,如
void SysTick_Handler(void)
{
    OS_CPU_SysTickHandler();...
巨大八爪鱼 3-17  巨大八爪鱼
  423 2
好无聊,来两个人说说话
章北海 3-15  啊啊是谁都对
  666 0
/* 本程序使用的是锐志电子六合一扩展板上的数字旋转编码开关 */
/* 注意:一定要把板子下面的JPBMA和JPBMB跳线插上 */
#include <stm32f10x.h...
巨大八爪鱼 3-15  巨大八爪鱼
  652 3
百度又要撤吧主了 比之前还过分不合理 现在1天撤10000个 以后撤100万个都可能 有人还说 百度想卖哪个吧就可以随意撤吧主
八神嘉儿 3-13  117.173.218.*
  757 2
#include <stdio.h>
#include <stm32f10x.h>
#define RS_0 (GPIOA->BRR = GPIO_BRR_B...
巨大八爪鱼 3-11  巨大八爪鱼
  425 1
精灵石吧建好了
八神嘉儿 3-10  巨大八爪鱼
  478 2
八神嘉儿 3-10  巨大八爪鱼
  589 1
百度又要撤吧主了 比之前还过分不合理 现在1天撤10000个 以后撤100万个都可能 有人还说 百度想卖哪个吧就可以随意撤吧主
八神嘉儿 3-10  巨大八爪鱼
  442 0
int fputc(int ch, FILE *fp)
{
    if (fp == &__stdout)...
巨大八爪鱼 3-10  巨大八爪鱼
  228 0
亲爱的用户:欢迎来到精灵石吧,阿斯兰侃吧欢迎您的到来~
请先阅读我们的社区准则:
http://zh.arslanbar.net/documents/eula/
以及版权声明...
侃吧管理员 3-10  侃吧管理员
  720 4
#include <stdio.h>
#include <stm32f10x.h>
#define RS_0 (GPIOA->BRR = GPIO_BRR_B...
巨大八爪鱼 3-6  巨大八爪鱼
  1070 13 巨大八爪鱼 3-6  巨大八爪鱼
  706 0
#include <stdio.h>
#include <stm32f10x.h>
#define RS_0 (GPIOA->BRR = GPIO_BRR_B...
巨大八爪鱼 3-5  巨大八爪鱼
  742 2
/* LCD1602引脚2(VDD)必须接5V电压, 不可以接3.3V电压。其他引脚(包括引脚15-背光电源正)都可以接3.3V电压 */
/* 必须把J-Link设为不供电(更改内部跳线),...
巨大八爪鱼 3-5  巨大八爪鱼
  585 1
#include <stm32f10x.h>
void delay(void)
{
    uint32_t i;...
巨大八爪鱼 3-5  巨大八爪鱼
  541 3
【单片机部分】
#include <stm32f10x.h>
#include "lwip/tcp.h"
#include "CAR527_main.h"
err_...
巨大八爪鱼 3-3  巨大八爪鱼
  462 0
因为我每天早上都吃的是同样的东西,所以是否多刷我一眼就能看出来。
巨大八爪鱼 3-1  巨大八爪鱼
  601 1 巨大八爪鱼 2-28  巨大八爪鱼
  823 4
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
#define CS_0 (GPIOA->BRR = GPI...
巨大八爪鱼 2-28  巨大八爪鱼
  418 5
巨大八爪鱼 2-26  巨大八爪鱼
  730 2
巨大八爪鱼 2-26  巨大八爪鱼
  577 0
/* 93C46选默认的16位模式 */
#include <stm32f10x.h>
#define _BV(n) (1 << (n))
#define C...
巨大八爪鱼 2-25  巨大八爪鱼
  817 2
/* 93C46选默认的16位模式,但SPI总线上每次发送/接收8位数据 */
#include <stm32f10x.h>
#define _BV(n) (1 <...
巨大八爪鱼 2-24  巨大八爪鱼
  761 4
void _93C46_WriteEnable(void)
{
    // 开始
    while ((SPI1-...
巨大八爪鱼 2-23  巨大八爪鱼
  702 3
/* ORG悬空,选16位模式 */
#include <at89x52.h>
#define _BV(n) (1 << (n))
sbit CS = P1^...
巨大八爪鱼 2-23  巨大八爪鱼
  557 3
#include <at89x52.h>
#define _BV(n) (1 << (n))
sbit PL = P3^0; // 置数端
sbit MR =...
巨大八爪鱼 2-22  巨大八爪鱼
  588 1
Country Name Population GDP (US$) GDP per capita (US$) Gini Index
Jackland 6,743,950 186,305,829,...
JosephHeinrich 2-21  JosephHeinrich
  663 2
#include <stm32f10x.h>
void delay(void)
{
    uint32_t i;...
巨大八爪鱼 2-20  巨大八爪鱼
  660 3
RT
巨大八爪鱼 2-20  巨大八爪鱼
 
©2010-2024 Arslanbar Ver2.0
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。