検索
よくあるご質問 / アイドルモードまたはパワーダウンモードに入るにはどのようにすればよいですか?
https://www.nuvoton.com.cn/support/technical-support/faq/d45793c7-04f1-11ea-b113-05daf7eedf03/
アイドルモードまたはパワーダウンモードに入るにはどのようにすればよいですか? 1388505600000 NUC100シリーズを例として、アイドルモードまたはパワーダウンモードに入るには以下のコマンドを参照してください。
よくあるご質問 / ウォッチドッグタイマー(WDT)の主な機能は何ですか?
https://www.nuvoton.com.cn/support/technical-support/faq/d45c27aa-04f1-11ea-b113-05daf7eedf03/
ウォッチドッグ ウォッチドッグタイマー(WDT)の主な機能は何ですか? 1388505600000 ウォッチドッグタイマーの目的は、システムが未知の状態に入った際にシステムをリセットすることです。チップが正常に動作している場合、ユーザーはWDTコントローラーがチップをリセットする前にウォッチドッグタイマーのWDTカウンターをクリアする必要があります。さらに、ユーザーはWDT割り込みイベントおよびCPUをパワーダウンモードからウェイクアップさせるWDTウェイクアップ機能も使用できます。
よくあるご質問 / WDTコントローラーにおけるウォッチドッグタイマー(WDT)の精度はどのようになっていますか?
https://www.nuvoton.com.cn/support/technical-support/faq/d46109ad-04f1-11ea-b113-05daf7eedf03/
WDTコントローラーにおけるウォッチドッグタイマー(WDT)の精度はどのようになっていますか? 1388505600000 ウォッチドッグタイマーには、18ビットのカウントアップWDTカウンターがあります。これは8つのタイムアウト間隔があり、クロックソースは10khzまたはHCLK/2048に設定できます。タイムアウト間隔は3、5…17ビットまで設定できます。ウォッチドッグタイマーのクロックが10kHzの場合、最小タイムアウト間隔は1.6ms(2(3+1)/10k)、最大タイムアウト間隔は26.2s(2(17+1)/10k)となります。
よくあるご質問 / ウォッチドッグタイマー(WDT)コントローラーでは、何種類のタイムアウト間隔を選択できますか?
https://www.nuvoton.com.cn/support/technical-support/faq/d465ebb0-04f1-11ea-b113-05daf7eedf03/
ウォッチドッグタイマー(WDT)コントローラーでは、何種類のタイムアウト間隔を選択できますか? 1388505600000 WDTコントローラーのタイムアウト間隔は8種類あります。また、WDTコントローラーには10 kHz、HCLK/2048など複数のクロックソースがあります。 クロックソースが10 kHzとHCLK/2048のWDTタイムアウト間隔の式を下表に示します。 クラス タイムアウト間隔 WDT_CLK = 10 kHz WDT_CLK = HCLK/2048 0 24 × TWDT_CLK 24 × 100μs = 1.6 ms 24 × (2048/HCLK) s 1 26 × TWDT_CLK 26 × 100μs = 6.4 ms 26 × (2048/HCLK) s 2 28 × TWDT_CLK 28 × 100μs = 25.6 ms 28 × (2048/HCLK) s 3 210 × TWDT_CLK 210 × 100μs = 102.4 ms 210 × (2048/HCLK) s 4 212 × TWDT_CLK 212 × 100μs = 408.6 ms 212 × (2048/HCLK) s 5 214 × TWDT_CLK 214 × 100μs = 1.6384 s 214 × (2048/HCLK) s 6 216 × TWDT_CLK 216 × 100μs = 6.5536 s 216 × (2048/HCLK) s 7 218 × TWDT_CLK 218 × 100μs = 26.2144 s 218 × (2048/HCLK) s WDT_CLKはWDTコントローラーのクロックソースです。 TWDT_CLK = 1 / WDT_CLK
よくあるご質問 / How to use UART /CTS to wake up a chip?
https://www.nuvoton.com.cn/support/technical-support/faq/d487cba5-04f1-11ea-b113-05daf7eedf03/
CTS How to use UART /CTS to wake up a chip? 1423645480279 Please set the WKCTSIEN (UART_INTEN[9]) and MODEMIEN (UART_INTEN[3]) after initiating UART and /CTS function. When the /CTS input pin changes the state from high to low or from low to high, it will generate the modem interrupt to wake up a chip.
よくあるご質問 / What is the difference of UART coding between high speed and low speed?
https://www.nuvoton.com.cn/support/technical-support/faq/d48cada8-04f1-11ea-b113-05daf7eedf03/
UART FIFO, UART speed What is the difference of UART coding between high speed and low speed? 1423645663959 The UART coding between high speed and low speed is almost the same. First, we must know the only difference of UART hardware between high speed and low speed is buffer length. The buffer length is 64 bytes for high speed, but 16 bytes for low speed. Also, user must select good threshold for receive buffer to produce RDA interrupt or RTS signal for high speed or low speed limits.
よくあるご質問 / How many slaves can join the LIN bus?
https://www.nuvoton.com.cn/support/technical-support/faq/d4964a9e-04f1-11ea-b113-05daf7eedf03/
LIN slave How many slaves can join the LIN bus? 1423646006566 The protocol of LIN bus includes 6 bits of identifier field to indicate the length of the following data and what message the slave responds to. In other words, there are 64 identifiers sorted in 4 groups of 16 messages. Slaves must be designed to respond to one or more messages; as a result, the maximum number of slaves in the LIN bus is 16. Please refer to the following website to get more information. http://www.lin-subbus.org/
よくあるご質問 / What is the PWM generator and its main function?
https://www.nuvoton.com.cn/support/technical-support/faq/d49b0591-04f1-11ea-b113-05daf7eedf03/
PWM DRIVER, DUTY, FREQENCY What is the PWM generator and its main function? 1423646161809 PWM is the abbreviation of pulse-width modulation, and it can generate and provide the square waveform output from a chip. User can control the frequency and duty of output waveform. In general, the PWM output is used to drive the motor or LED.
よくあるご質問 / How to generate the period of Timer?
https://www.nuvoton.com.cn/support/technical-support/faq/d4ae3f77-04f1-11ea-b113-05daf7eedf03/
Period of Timer How to generate the period of Timer? 1423646774818 Timeout Period = (Period of Input Clock Source) * (8-bit Prescaler + 1) * (24-bit TCMPR), (TCMPR: Timer Compare Register). Please refer to the following NUC100 series example to get the longest and shortest period of Timer.
よくあるご質問 / How to generate a 9-bit data frame with the UART function?
https://www.nuvoton.com.cn/support/technical-support/faq/d4b2d35a-04f1-11ea-b113-05daf7eedf03/
UART 9 Bit How to generate a 9-bit data frame with the UART function? 1423647253623 A 9-bit data frame in the UART application includes 8-bit data and parity bit (9th bit), and is normally used in the RS485 application to indicate the address or data byte. Refer to (follow) the table below to control SPE bit, EPE bit, and PBE bit of UA_LCR register for parity bit (9th bit) level first, and then write 8-bit data into the UA_THR register to generate a 9-bit data frame after UART is initiated. SPE EPE PBE Parity Bit Level 1 1 1 0 1 0 1 1
粤公网安备 44030502010001号