在线时间1469 小时
UID123826
ST金币0
蝴蝶豆239
注册时间2009-4-22
版主
- 最后登录
- 2020-12-9
|
a0a.1 0b0c
Description:
Excel Datei die die Register BRP TS1 TS2 nach der gesuchten Baudrate berechnet.
Achtung enthält Makros die natürlich aktiviert werden müssen damit es berechnet wird.
Der Code kann über den VB Editor gelesen werden ist also nicht geschützt.
Excel file to the register BRP TS1 TS2 for the requested baud rate is calculated.
Warning contains macros that must be activated, of course, so it is calculated.
The code can be read on the VB Editor is not protected.
Umsetzung im code, Achtung zum Prescaler muss 1 addiert werden
Be implemented in the code, respect for the prescaler must be 1 added
CAN_InitStructure.CAN_Prescaler = BRP +1
CAN_InitStructure.CAN_BS1 = TS1;
CAN_InitStructure.CAN_BS2 = TS2;
|
-
-
STM32-baudrate-calculation-1.0.zip
下载
11.24 KB, 下载次数: 44, 下载积分: ST金币 -1
|