-
大小: 2.33MB文件類型: .zip金幣: 2下載: 0 次發布日期: 2023-11-09
- 語言: 其他
- 標簽: CANbootloade??
資源簡介
S32KCANbootloader包含了上位機及下位機源碼,可以拓展開發,上位機可以根據源碼進行自定義。下位機源碼需要與上位機源碼配合使用。。

代碼片段和文件信息
/*************************************************************************
?*?DISCLAIMER????????????????????????????????????????????????????????????*
?*?Services?performed?by?FREESCALE?in?this?matter?are?performed??????????*
?*?AS?IS?and?without?any?warranty.?CUSTOMER?retains?the?final?decision???*
?*?relative?to?the?total?design?and?functionality?of?the?end?product.????*
?*?FREESCALE?neither?guarantees?nor?will?be?held?liable?by?CUSTOMER??????*
?*?for?the?success?of?this?project.?FREESCALE?disclaims?all?warranties??*
?*?express?implied?or?statutory?including?but?not?limited?to??????????*
?*?implied?warranty?of?merchantability?or?fitness?for?a?particular???????*
?*?purpose?on?any?hardware?software?ore?advise?supplied?to?the?project??*
?*?by?FREESCALE?and?or?any?product?resulting?from?FREESCALE?services.???*
?*?In?no?event?shall?FREESCALE?be?liable?for?incidental?or?consequential?*
?*?damages?arising?out?of?this?agreement.?CUSTOMER?agrees?to?hold????????*
?*?FREESCALE?harmless?against?any?and?all?claims?demands?or?actions??????*
?*?by?anyone?on?account?of?any?damage?or?injury?whether?commercial????*
?*?contractual?or?tortuous?rising?directly?or?indirectly?as?a?result???*
?*?of?the?advise?or?assistance?supplied?CUSTOMER?in?connection?with??????*
?*?product?services?or?goods?supplied?under?this?Agreement.?????????????*
?*************************************************************************/
/*******************************************************************
??Copyright?(c)?2011?Freescale?Semiconductor
??\file????? Form1.cs
??\brief???? Bootloader?GUI
??\author??? R66120
??\version??????1.0
??\date????? 26/Sep/2011
?
??\version??????1.1
??\date????? 04/Jan/2011
?
??\version??????1.2
??\date????? 12/Jan/2012?
?
??\version??????1.2.1
??\date????? 04/June/2012?
??\support?address?beyond?0xFFFF
?
*********************************************************************/
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?s19_handler;
using?Global_Var;
using?System.Threading;
namespace?Boot_Code
{????
????public?partial?class?Form1?:?Form
????{
????????public?string?program_status?=?““;
????????public?Form1()
????????{
????????????int?iNumberOfCOM;
????????????string[]?ports;
??????????
????????????InitializeComponent();
????????????Form1.CheckForIllegalCrossThreadCalls?=?false;
????????????MyVar.Init();
????????????ports?=?System.IO.Ports.SerialPort.GetPortNames();
????????????NumberOfCOM?=?ports.GetLength(0);
????????????for?(i?=?0;?i?????????????{
????????????????comboBox1.Items.Add(ports[i]);
????????????}
???????????
????????}
????????private?void?openFileDialog1_FileOk(object?sender?CancelEventArgs?e)
????????{
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????if?(program_status?==?““?||?program_status?==?“ver
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????553340??2017-01-11?14:45??S32K?CAN?FD?Bootloader.pdf
-----------?---------??----------?-----??----
???????????????553340????????????????????1
- 上一篇:webservice服務上傳文件
- 下一篇:SIM7000C硬件設計手冊
評論
共有 條評論