• slider image 442
  • slider image 483
  • slider image 484
  • slider image 485
  • slider image 486
  • slider image 487
:::

論壇索引


Board index » All Posts (Edison_yu)




Re: 接收串列傳輸數據
#11
資深會員
資深會員


24bit = 3bytes, 那不就是用3bytes存就好,何需char tb[23] 這個23bytes的陣列呢?還是我有誤會?

發表於: 2022/4/12 15:02
頂部


Re: 請問MHC有沒有操作LCD (12864 - ST7565P)的組件?
#12
資深會員
資深會員


有原廠提供的SPI範例,但我覺得寫得很...
可以Google一個TheDotFactory軟體工具是用來將圖片轉bitmap

Attach file:


Link only for registered users

發表於: 2021/11/2 15:51
頂部


Re: 請問MHC有沒有操作LCD (12864 - ST7565P)的組件?
#13
資深會員
資深會員


我有個範例是控制COG 128X64的,是用STM32寫的,你參考看看,
能不能理解就看你自己了!

Attach file:


Link only for registered users

發表於: 2021/11/2 11:58
頂部


PIC16F19196 VLCD1/VLCD2/VLCD3 PINS
#14
資深會員
資深會員


想請問版大關於PIC16F19196 LCD的問題,以往在使用PIC16F1939時VLCD1/VLCD2/VLCD3都可以獨立以VLCD1PE/VLCD2PE/VLCD3PE來控制與內部的Ladder resistor斷開,讓這3 pin可以變成一般IO使用,但是最近使用PIC16F19196時發現好像沒有這樣的機制,是否代表在使用LCD時,VLCD1~VLCD3都無法變成一般IO使用呢?

發表於: 2021/5/12 18:02
頂部


Re: 李政道 (Power Lee) 所撰寫的 "混合式數位與全數位電源控制實戰" 一書已完成並開始上架銷售
#15
資深會員
資深會員


499的售完了~~

發表於: 2021/3/23 11:45
頂部


Re: 請問PIC18F成串的Bytes如何轉成Ascii?
#16
資深會員
資深會員


查表啊,你不是都知道ASCII有TABLE了~
假設你的BYTES裡面的資料是數字,若是0,那就加上0X30就好了,以此類推

發表於: 2021/1/21 15:27
頂部


Re: 請問有一float變數我要用UAR傳出,該如何轉換成BYTE?
#17
資深會員
資深會員


我的想法是假設float是4bytes,就不要再轉成字串或其他格式了,用一個4bytes的array分別放這四個byte,然後依序丟出,接收端大概也是將這是個byte組成float還原資料,
你要不要試試看這個想法呢?

發表於: 2021/1/21 14:07
頂部


安裝MCC 4.02發生的問題
#18
資深會員
資深會員


已經有兩年沒有更新MPLAB X IDE及XC8了,加上很久沒使用了,有點不太熟悉,最近要使用PIC18開發產品,重新安裝X IDE 5.45及XC8 V2.31後準備安裝MCC,
發現以下訊息,應該是要安裝其他plugin, 但因為公司電腦本機無法直接上網連線安裝,只能透過下載的方式來完成安裝,
請問是否有以下plugin的下載路徑呢?
另外假設不使用MCC,那peripheral library(pic10-pic12-pic16-pic18-1.81.6.mc3lib)如何安裝呢?

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Some plugins require plugin com.microchip.mplab.nbide.embedded.makeproject to be installed.
The plugin com.microchip.mplab.nbide.embedded.makeproject is requested in version 1.2. The following plugin is affected:       MPLAB® Code Configurator
Some plugins require plugin com.microchip.mplab.nbide.softwarenotification to be installed.
The plugin com.microchip.mplab.nbide.softwarenotification is requested in version 1.0. The following plugin is affected:       MPLAB® Code Configurator
Some plugins require plugin com.microchip.mplab.nbide.statistics to be installed.
The plugin com.microchip.mplab.nbide.statistics is requested in version 1.1. The following plugin is affected:       MPLAB® Code Configurator
Some plugins require plugin com.microchip.mplab.nbide.webservices to be installed.
The plugin com.microchip.mplab.nbide.webservices is requested in version 1.0. The following plugin is affected:       MPLAB® Code Configurator
Some plugins require plugin org.netbeans.modules.diff to be installed.
The plugin org.netbeans.modules.diff is requested in version 1.47.1.42.1. The following plugin is affected:       MPLAB® Code Configurator
Some plugins require plugin org.netbeans.modules.projectuiapi to be installed.
The plugin org.netbeans.modules.projectuiapi is requested in version 1.78.1.8. The following plugin is affected:       MPLAB® Code Configurator Some plugins not installed to avoid potential installation problems.

發表於: 2021/1/15 11:23
頂部


Re: MGC3130詢問
#19
資深會員
資深會員


感謝版大

發表於: 2020/12/2 15:36
頂部


MGC3130詢問
#20
資深會員
資深會員


想請問版大,目前一個案子可能會使用到MGC3130,查了Microchip美國官網沒有example code,
好像只有Colibri的燒錄檔,描述如下:
MGC3X30 is being provided with a GestIC Library loader which is stored on the chip’s Flash memory.
Using this loader, a GestIC Library can be flashed on the MGC3X30 via I2C with (e.g., Aurea GUI) (see
Section 7.1 “Aurea Software Package”) or an embedded host controller. The GestIC Library
includes:
• Colibri Suite: Digital Signal Processing (DSP) algorithms and feature implementations.
• System Control: MGC3X30 hardware control features such as Analog Front End (AFE) access,
interface control and parameters storage.
• Library Loader: GestIC Library update through the application host’s interface.

由於老闆對案子評估的時間不希望花太多時間,因此先以能夠有example code的方式來加速進行應用的開發,所以只好請教版大是否能夠下載到example code? 謝謝!

發表於: 2020/12/1 13:10
頂部



« 1 (2) 3 4 5 ... 25 »



:::

Microchip連結

https://www.facebook.com/microchiptechnologytaiwan/
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=13
https://mu.microchip.com/page/tmu
http://elearning.microchip.com.tw/modules/tad_link/index.php?cate_sn=1
https://page.microchip.com/APAC-PrefCenters-TW.html
http://www.microchip.com/
http://www.microchip.com/treelink
http://www.microchipdirect.com/
http://www.microchip.com.cn/newcommunity/index.php?m=Video&a=index&id=103
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=2
http://www.microchip.com.tw/Data_CD/eLearning/index.html
http://www.microchip.com.tw/RTC/RTC_DVD/
https://www.microchip.com/development-tools/
https://www.youtube.com/user/MicrochipTechnology
[ more... ]

教育訓練中心

!開發工具購買
辦法說明 [業界客戶] [教育單位]
----------------------------------
!校園樣品申請
辦法說明 [教師資格] [學生資格]
----------------------------------