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

論壇索引


Board index » All Posts (dark)




Re: 我記得Microchip有自己的晶圓廠,也會缺晶片?
#1
資深會員
資深會員


參照:

twmic wrote:
在MicrochipDirect查了幾個MCU item,都要2022年5月後才能供應
第一批只能到對岸用2倍多的價錢掃了幾十K
相信沒有產品能等這麼久的
第二批也只能改電路用它牌MCU來取代
雖然知道現在晶片荒,但我記得Microchip有自己的晶圓廠,也會影響到?
謝謝!


原本就是microchip的pic系列我記得是自產的,atmel的avr/arm則是台積電生產的,不過可能原料缺料影響,mcu缺的很嚴重,它家(歐/美/日 的也是排到52周以上去了,32.768kz振盪器也是要排很久,只能說疫情影響太大了。

發表於: 2021/6/6 12:50
頂部


Re: UART傳輸與接收問題
#2
資深會員
資深會員


EUSART_Write(uart_tb[k]);
這行下面需多一個檢查TXREG是否清空
while(!TXSTAbits.TRMT);
你沒檢查發送狀態就是會被後面的蓋過去。
而且你TX程式也很怪
應該是要
while(1)
{
        
Speed_V Speed_Command;
        
uart_tb[0] = 0xA5;
        
uart_tb[1] = (Speed_V/100) +'0';
        
uart_tb[2] = ((Speed_V/10)%10) +'0';
        
uart_tb[3] = (Speed_V%10)+'0';
        
uart_tb[4] = Er_F +'0';
        
uart_tb[5] = 0x0D;
        for(
uint8_t i=0;i<6;i++)
        {
                 while(!
TXSTAbits.TRMT); //check txreg is emtpy
                 
EUSART_Write(uart_tb[i]); //write data to txreg
        
}
}

發表於: 2021/2/3 22:41
頂部


Re: 請問關於C語言struct的一些問題
資深會員
資深會員



發表於: 2015/12/12 14:31
頂部



(1) 2 3 4 ... 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... ]

教育訓練中心

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