随笔分类 -  STM32

1 2 3 4 5 ··· 7 下一页
摘要:USB 时钟可以一直使能。 如果CAN时钟没有使能,RAM 能被软件读写。(CANBus 不能发送和接受Message) 如果CAN时钟使能,RAM不能软件被写。 CANBus Core 控制此RAM区域。(CANBus 可以发送和接受Message) CANBus 占用了 256 字节(地址范围 阅读全文
posted @ 2015-10-27 07:58 IAmAProgrammer 编辑
摘要:00006000 00 00 00 00 00 00 00 00 F8 FF 00 00 FF FF 00 00 //F0R0 F0R100006010 08 00 00 00 00 00 00 00 F8 FF 00 00 FF FF 00 00 //F1R0 F1R100006020 1... 阅读全文
posted @ 2015-10-27 07:55 IAmAProgrammer 编辑
摘要:是采样速率低于5Msps (每秒百万次采样)的中等至高分辨率应用的常见结构。SAR ADC的分辨率一般为8位至16位,具有低功耗、小尺寸等特点。这些特点使该类型ADC具有很宽的应用范围,例如便携/电池供电仪表、笔输入量化器、工业控制和数据/信号采集等。顾名思义,SAR ADC实质上是实现一种二进制搜... 阅读全文
posted @ 2015-09-17 15:33 IAmAProgrammer 编辑
摘要: 阅读全文
posted @ 2015-09-12 19:00 IAmAProgrammer 编辑
摘要:stm32的swd接口的烧写协议是否公开的呢?需要用一台好的示波器来抓才能有足够的存储深度,保证你能够过滤掉那个该死的50clock。按照Arm的手册,每次转换发送方都需要一个TNR---但是我观察JLINK的波形却没有那个该死的TNR。手册中说异步SWD需要,同步不需要----或者相反,但是我没有... 阅读全文
posted @ 2015-09-11 18:46 IAmAProgrammer 编辑
摘要:#define CLK_FREQ ( 10000 )#define CORE_FREQ ( 168000000 )static void TIM_GPIO_Config( void ){ GPIO_InitTypeDef GPIO_InitStructure; // Enable GP... 阅读全文
posted @ 2015-09-10 01:54 IAmAProgrammer 编辑
摘要:STM32F4 SPI with DMAA few people have requested code, so I thought I’d post the code showing how I’ve configured my GPIO, timer, SPI, DMA and NVIC mod... 阅读全文
posted @ 2015-09-09 00:49 IAmAProgrammer 编辑
摘要:STM32 System and Timer Clock ConfigurationsI've started writing some software to drive a series ofTLC5940 16 Channel LED Driverchips on anST STM32F407... 阅读全文
posted @ 2015-09-09 00:45 IAmAProgrammer 编辑
摘要:STM32 F4 ADC DMA Temperature SensorGoal:detecting temperature variations using a temperature sensor, ADC with DMA and TIM3 as a trigger (ADC sampling ... 阅读全文
posted @ 2015-09-08 23:23 IAmAProgrammer 编辑
摘要:STM32 F4 Clock SourcesGoal:routing clock sources to the microcontroller output pin (MCO1)High-speed internal (HSI) clock is 16MHzHigh-speed external (... 阅读全文
posted @ 2015-09-08 23:16 IAmAProgrammer 编辑
摘要:STM32 F4 DAC DMA Waveform GeneratorGoal:generating an arbitrary periodic waveform using a DAC with DMA and TIM6 as a trigger.Agenda:Modeling a wavefor... 阅读全文
posted @ 2015-09-08 23:15 IAmAProgrammer 编辑
摘要:STM32 F4 General-purpose Timers for Periodic Interrupts 阅读全文
posted @ 2015-09-08 23:12 IAmAProgrammer 编辑
摘要:STM32 F4 SPI Accelerometer 阅读全文
posted @ 2015-09-08 23:11 IAmAProgrammer 编辑
摘要:STM32 F4 GPIO ModesGoal:creating a visual summary of GPIO configuration modes.The summary at the bottom shows the major configuration choices.Basic el... 阅读全文
posted @ 2015-09-08 23:10 IAmAProgrammer 编辑
摘要:Timers get their clock source from External pins or Internal timer sources.ExternalExternal = pins: TI1 or TI2 or ETRset pin to be used:in TIMx_CCMR1 ... 阅读全文
posted @ 2015-09-08 12:03 IAmAProgrammer 编辑
摘要:How do you generate complementary PWM Outputs?I would like to generate complementary PWM Outputs with adjustable dead time.According to the STM32F401R... 阅读全文
posted @ 2015-09-08 08:56 IAmAProgrammer 编辑
摘要:Project 03- STM32F4xx PID controllerCMSIS files from ARM provides ARM Math functions.There are also PID controller functions in different formats forf... 阅读全文
posted @ 2015-09-04 18:47 IAmAProgrammer 编辑

1 2 3 4 5 ··· 7 下一页
点击右上角即可分享
微信分享提示