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

論壇索引


Board index » All Posts (tsyeh)




Re: QVGA寫觸控顯示
#21
初級會員
初級會員


可以到Microchip首頁, Application Solutions中點選Human Interface ====> Advanced Graphics =====>Free licensed Microchip graphics library

然後下載Graphics Library
http://www.microchip.com/stellent/idc ... Id=2680&dDocName=en540668

好好K就行了

發表於: 2009/6/22 21:36
頂部


ICD0042: API: Error response (Device not ready (0x12))
#22
初級會員
初級會員


請教各位大大:

在MPLAB使用ICD2連接PIC32MX340F256H時出現線面訊息

ICD0042: API: Error response (Device not ready (0x12))

不知這是何種原因造成? 查help檔沒有說明, Microchip的Forum也有user提出類似的問題,但是沒有人回答.

發表於: 2008/9/22 21:30
頂部


Re: 售 實驗剩下的 mcu 有四種 16f873 16f877 dsp3010 dsp2010
#23
初級會員
初級會員


請問數量及價格為何?

發表於: 2008/8/31 23:23
頂部


HI-TECH 題供PIC32 Lite免費版C compiler
#24
初級會員
初級會員


HI-TECH Software is very pleased to announce the release of our new ANSI C Compiler with Omniscient Code Generation, supporting Microchip’s PIC32 family of microcontrollers.

HI-TECH C PRO for the PIC32 MCU Family is the only PIC32 compiler that optimizes stack and register allocation across all code modules prior to generating the object code.

This compiler can also operate in Lite mode. Lite mode supports ALL PIC32 devices and has no restrictions on code size or memory usage.

Lite mode:

* Is a free download and can be freely used by students, hobbyists or for commercial purposes,
* Supports all PIC32 devices; and
* Has no memory or time restrictions

Omniscient Code Generation (OCG) optimizations used in PRO mode will be disabled in Lite mode. A compiler running in Lite mode can restore PRO mode performance by purchasing a license, or activating the free 45 day evaluation.

HI-TECH C PRO for the PIC32 MCU Family is available now for Windows, Linux and Mac OSX.

For more information, please visit HI-TECH Software's website: http://microchip.htsoft.com/portal/pic32_pro

發表於: 2008/7/23 8:00
頂部


MPLAB C32 v1.03出來了
#25
初級會員
初級會員


MPLAB C32 v1.03出來了
現在沒有code size limit, 真棒.

New in version 1.03
Unlimited code size - no restrictions
Complete functionality FREE for 60 days. Then optimization levels are reduced.
22 hand tuned math library functions for faster execution and less power consumption.
Available in single or double precision

http://www.microchip.com/stellent/idc ... Id=2615&dDocName=en532454

發表於: 2008/7/23 7:51
頂部


Re: PIC32MX360F512L PIM在MPLAB8.10上執行問題
#26
初級會員
初級會員



MPLAB v8.14會修正上面的問題

發表於: 2008/6/13 12:32
頂部


Re: PIC32MX360F512L PIM在MPLAB8.10上執行問題
#27
初級會員
初級會員



在Microchip論壇提到
http://forum.microchip.com/tm.aspx?m=336792

- don't use 'Configuration bits set in Code'
Instead use: Reset to default, then set the configuration manualy

The difference is:
Bit 31 of CONFIG0
As from the DatatSheet this is the only bit that is readonly and 0 (all others are 1 by default)
The compiler (C32) doesn't do this right, he always set this bit to 1
So when You compile the configuration dialog shows:
1FC0_2FFC F... instead of 7...

I do some checks what has changed between C32 V1.01 and V1.02 and fpund the problem inside
... Microchip\MPLAB C32\pic32mx\lib\proc\32MX360F512L\configuration.data
I am not realy shure how the syntax inside this files is, but by changing the line:



CWORD:BFC02FFC:FFFFFFFF:FFFFFFFF
to
CWORD:BFC02FFC:7FFFFFFF:7FFFFFFF


the compiler generates the correct values for the configuration area.

It looks like the 2. and 3. entry define a mask & a default value, because in former versions of this file (and the files for other devices)
These values contain a '1' only for 'used' configs bits...

發表於: 2008/6/9 22:32
頂部


MPLAB dsPIC Starter Kit
#28
初級會員
初級會員


MPLAB dsPIC Starter Kit是否有可單獨安裝的programmer程式? 如果用Starter Kit上安裝程式,會連 MPLAB及C30都再安裝一次,這實在有點討厭. MPLAB dsPIC Starter Kit 雖然不用多買programmer及debugger,但是用慣了PIC Kit 2, 或ICD2的user得在電路板接pin腳出來,才能用.

發表於: 2008/6/9 22:13
頂部


Re: PIC32MX360F512L PIM在MPLAB8.10上執行問題
#29
初級會員
初級會員


程式可以執行,但是卻有下面的error message

MPLAB ICD 2 Ready
Programming Target...
...Validating configuration fields
...Erasing Part
...Loading Program Executive
...Programming Boot Config (0x1FC00000 - 0x1FC007FC)
...Verifying Boot Config memory (0x1FC00000 - 0x1FC007FC)
...Programming Boot Config (0x1FC01000 - 0x1FC011FC)
...Verifying Boot Config memory (0x1FC01000 - 0x1FC011FC)
...Programming Program Memory (0x1D000000 - 0x1D0009FC)
...Verifying Program memory (0x1D000000 - 0x1D0009FC)
...Programming Configuration Bits
...Verifying Config memory
ICD0296: Failed CRC check (Mem='Config' Expected=0x7597 Received=0xE41F)
ICD0275: Programming failed.
MPLAB ICD 2 Ready
ICD0082: Failed MPLAB ICD 2 operation
ICD0082: Failed MPLAB ICD 2 operation

發表於: 2008/6/7 18:08
頂部


PIC32MX360F512L PIM在MPLAB8.10上執行問題
#30
初級會員
初級會員


使用Explore 16與PIC32MX360F512L PIM在MPLAB v8.10上執行
會出現
Connecting to MPLAB ICD 2
...Connected
Setting Vdd source to target
ICDWarn0020: Invalid target device id (expected=0x938053, read=0x38053)
這好像是MPLAB v8.10版的問題

解決的方法是編輯PIC32MX360F512L.dev
c:\Program Files\Microchip\MPLAB IDE\Device\PIC32MX360F512L.dev
請參考下面的論壇資料
http://forum.microchip.com/printable.aspx?m=335697
修改方法如下
1. 把PIC32MX360F512L.dev 的檔案唯讀屬性取消
2. PIC32MX360F512L.dev 檔案第93行
id=0x00938053)". 更改成"... id=0x00038053)"

如果一切OK,連接ICD2時會出現

Connecting to MPLAB ICD 2
...Connected
Setting Vdd source to target
Target Device PIC32MX360F512L found, revision = Rev 0x30900053
...Reading ICD Product ID
Running ICD Self Test
...Passed
MPLAB ICD 2 Ready




發表於: 2008/6/7 15:36
頂部



« 1 2 (3) 4 »



:::

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... ]

教育訓練中心

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