• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
大家还在搜
  • 新手请问 cc1100 发送正常 但接收大于12个字节就接收不到 是什么原因 (我是用stm32程序 ) 跪求大神!

    #define CCxxx0_IOCFG2 0x00// GDO2 output pin configuration#define CCxxx0_IOCFG1 0x01// GDO1 output pin configuration#define CCxxx0_IOCFG0 0x02// GDO0 output pin configuration#define CCxxx0_FIFOTHR0x03// RX FIFO and TX FIFO thresholds#define CCxxx0_SYNC10x04// Sync word, high INT8U#define CCxxx0_SYNC00x05// Sync word, low INT8U#define CCxxx0_PKTLEN 0x06// Packet length#define CCxxx0_PKTCTRL10x07// Packet automation control#define CCxxx0_PKTCTRL00x08// Packet automation control#define CCxxx0_ADDR0x09// Device address#define CCxxx0_CHANNR 0x0A// Channel number#define CCxxx0_FSCTRL10x0B// Frequency synthesizer control#define CCxxx0_FSCTRL00x0C// Frequency synthesizer control#define CCxxx0_FREQ20x0D// Frequency control word, high INT8U#define CCxxx0_FREQ10x0E// Frequency control word, middle INT8U#define CCxxx0_FREQ00x0F// Frequency control word, low INT8U#define CCxxx0_MDMCFG40x10// Modem configuration#define CCxxx0_MDMCFG30x11// Modem configuration#define CCxxx0_MDMCFG20x12// Modem configuration#define CCxxx0_MDMCFG10x13// Modem configuration#define CCxxx0_MDMCFG00x14// Modem configuration#define CCxxx0_DEVIATN0x15// Modem deviation setting#define CCxxx0_MCSM20x16// Main Radio Control State Machine configuration#define CCxxx0_MCSM10x17// Main Radio Control State Machine configuration#define CCxxx0_MCSM00x18// Main Radio Control State Machine configuration#define CCxxx0_FOCCFG 0x19// Frequency Offset Compensation configuration#define CCxxx0_BSCFG0x1A// Bit Synchronization configuration#define CCxxx0_AGCCTRL20x1B// AGC control#define CCxxx0_AGCCTRL10x1C// AGC control#define CCxxx0_AGCCTRL00x1D// AGC control#define CCxxx0_WOREVT10x1E// High INT8U Event 0 timeout#define CCxxx0_WOREVT00x1F// Low INT8U Event 0 timeout#define CCxxx0_WORCTRL0x20// Wake On Radio control#define CCxxx0_FREND1 0x21// Front end RX configuration#define CCxxx0_FREND0 0x22// Front end TX configuration#define CCxxx0_FSCAL3 0x23// Frequency synthesizer calibration#define CCxxx0_FSCAL2 0x24// Frequency synthesizer calibration#define CCxxx0_FSCAL1 0x25// Frequency synthesizer calibration#define CCxxx0_FSCAL0 0x26// Frequency synthesizer calibration#define CCxxx0_RCCTRL10x27// RC oscillator configuration#define CCxxx0_RCCTRL00x28// RC oscillator configuration#define CCxxx0_FSTEST 0x29// Frequency synthesizer calibration control#define CCxxx0_PTEST0x2A// Production test#define CCxxx0_AGCTEST0x2B// AGC test#define CCxxx0_TEST20x2C// Various test settings#define CCxxx0_TEST10x2D// Various test settings#define CCxxx0_TEST00x2E// Various test settings// Strobe commands#define CCxxx0_SRES0x30// Reset chip.#define CCxxx0_SFSTXON0x31// Enable and calibrate frequency synthesizer (if MCSM0.FS_AUTOCAL=1). // If in RX/TX: Go to a wait state where only the synthesizer is // running (for quick RX / TX turnaround).#define CCxxx0_SXOFF0x32// Turn off crystal oscillator.#define CCxxx0_SCAL0x33// Calibrate frequency synthesizer and turn it off // (enables quick start).#define CCxxx0_SRX 0x34// Enable RX. Perform calibration first if coming from IDLE and // MCSM0.FS_AUTOCAL=1.#define CCxxx0_STX 0x35// In IDLE state: Enable TX. Perform calibration first if // MCSM0.FS_AUTOCAL=1. If in RX state and CCA is enabled: // Only go to TX if channel is clear.#define CCxxx0_SIDLE0x36// Exit RX / TX, turn off frequency synthesizer and exit // Wake-On-Radio mode if applicable.#define CCxxx0_SAFC0x37// Perform AFC adjustment of the frequency synthesizer#define CCxxx0_SWOR0x38// Start automatic RX polling sequence (Wake-on-Radio)#define CCxxx0_SPWD0x39// Enter power down mode when CSn goes high.#define CCxxx0_SFRX0x3A// Flush the RX FIFO buffer.#define CCxxx0_SFTX0x3B// Flush the TX FIFO buffer.#define CCxxx0_SWORRST0x3C// Reset real time clock.#define CCxxx0_SNOP0x3D// No operation. May be used to pad strobe commands to two // INT8Us for simpler software.#define CCxxx0_PARTNUM0x30#define CCxxx0_VERSION0x31#define CCxxx0_FREQEST0x32#define CCxxx0_LQI 0x33#define CCxxx0_RSSI0x34#define CCxxx0_MARCSTATE 0x35#define CCxxx0_WORTIME10x36#define CCxxx0_WORTIME00x37#define CCxxx0_PKTSTATUS 0x38#define CCxxx0_VCO_VC_DAC0x39#define CCxxx0_TXBYTES0x3A#define CCxxx0_RXBYTES0x3B#define CCxxx0_PATABLE0x3E#define CCxxx0_TXFIFO 0x3F#define CCxxx0_RXFIFO 0x3F

    2015-08-28 11:18

  • stm32用什么软件程序

    stm32用什么软件程序STM32单片机在编程时可以使用库函数和使用配置寄存器的方式来进行程序的实现。

    2021-09-21 16:00

  • stm32使用flymcu烧程序

    文章目录一、使用flymcu烧程序一、使用flymcu烧程序程序

    2021-10-26 11:06

  • stm32f103的菜单管理程序

    stm32f103的菜单管理程序,支持无限嵌套程序里有使用说明,12864采用串口驱动

    2017-07-27 16:32

  • 通过串口烧STM32程序的教程方法

    如何通过串口烧STM32程序的教程方法! 用交叉串口线连接开发板和电脑, BOOT0 选择为 1,BOOT1 选择为 0,接上开发板电源,SW1 切换到 ON 打开电源开关。 从开始

    2022-03-22 15:39

  • STM32程序方式

    ST-link下载器烧程序使用专门的编程器/调试器,具有下载功能和调试功能,还可以和IDE结合,实现一键下载和调试。这种接口是通过引脚直连ARM内核的,拥有较高的权限。实物图:引脚图:1. SWD

    2021-12-07 10:51

  • 使用FlyMCU往STM32中烧程序

    0 软硬件环境1.操作系统:Windows2.软件:KeilFlyMcu3.硬件:PCSTM32最小系统开发板USB转TTL CH340G1 生成hex文件编写好要烧程序后,点击菜单栏

    2021-10-26 16:06

  • 基于STM32F3烧程序中B的意义是什么

    今天在玩 STM32F3 Discovery 的时候, 烧程序后, FreeRTOS 运行一会就会跳转到 startup_stm32f30x.s 内的系统服务调

    2018-10-31 16:23

  • FlyMcu STM32程序ISP串口烧软件资料免费下载

    本文档的主要内容详细介绍的是FlyMcu STM32程序ISP串口烧软件资料免费下载。

    2018-11-08 08:00

  • STM32一次程序后,再次烧识别不到单片机

    STM32cubeMX生成的程序,编译后烧录一次后,在次烧录会发现找不到识别不到单片机了,解决方案:在STM32cubeMX工程中的SYS中,Debug中选择Serial Wire ,使能SDW烧

    2021-11-19 11:51