STM8L SPI SCK MOIS MSIO示波器都看不到波形

2019-07-19 20:29发布

本帖最后由 zhoufeng0918 于 2017-1-13 23:02 编辑

我STM8L SPI的配置如下  为什么 SCK  MOSI  MISO 三个用示波器都看不到波形  主函数就一句 发送数据在循环 帮忙看看 折腾好久了  配置都看了又看 都看不出问题
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
4条回答
ChaserMCU
2019-07-20 05:19
zhoufeng0918 发表于 2017-1-14 13:28
谢谢你的回答 ,我现在问题找到了 是硬件这边原理图IO口有改动 PCB没改,现在都好了 ,但是还有一个问题  ...

===================================================================
  *                                 How to use this driver
  *          ===================================================================
  *          1. Enable peripheral clock using CLK_PeripheralClockConfig(CLK_Peripheral_SPIx,
  *             ENABLE) function (Refer to the product datasheet for the available SPI
  *                   peripherals)
  *
  *          2.  Enable the external Pull-up on the used SPI Pins using the
  *              GPIO_ExternalPullUpConfig() function or an eternal pull-up equivalent resistor
        *              (RPU = 45 KOhm typical value).
  *



我最近也在搞这个SPI,库函数里面说的配置SPI的几个IO必须配置成Pull_up

一周热门 更多>