search

Product Results:NUC505DS13Y, Matches
Keyword Results:NUC505DS13Y, 26 Matches

FAQ / How to put code into SRAM for execution when using NUC505?



NUC505, SRAM How to put code into SRAM for execution when using NUC505? 1508217660000 1. In the main, add: /* Relocate vector table in SRAM for fast interrupt handling. */ { #if defined ( __CC_ARM ) extern uint32_t __Vectors[]; extern uint32_t __Vectors_Size[]; extern uint32_t Image$$ER_VECTOR2$$ZI$$Base[]; printf("Relocate vector table in SRAM (0x%08X) for fast interrupt handling.\n", Image$$ER_VECTOR2$$ZI$$Base); memcpy((void *) Image$$ER_VECTOR2$$ZI$$Base, (void *) __Vectors, (unsigned int) __Vectors_Size); SCB->VTOR = (uint32_t) Image$$ER_VECTOR2$$ZI$$Base; #elif defined (__ICCARM__) #pragma section = "VECTOR2" extern uint32_t __Vectors[]; extern uint32_t __Vectors_Size[]; printf("Relocate vector table in SRAM (0x%08X) for fast interrupt handling.\n", __section_begin("VECTOR2")); memcpy((void *) __section_begin("VECTOR2"), (void *) __Vectors, (unsigned int) __Vectors_Size); SCB->VTOR = (uint32_t) __section_begin("VECTOR2"); #endif } 2.


FAQ / Can the microphone input with headset control functions (e.g. play/stop, volume increase and decrease) be connected to both the Codec ADC (MIC input) and normal SAR ADC input pins in the NuMicro® NUC505 series? Can a key or which key is pressed be effectively and accurately determined by a specific voltage level?



Can the microphone input with headset control functions (e.g. play/stop, volume increase and decrease) be connected to both the Codec ADC (MIC input) and normal SAR ADC input pins in the NuMicro® NUC505 series? Can a key or which key is pressed be effectively and accurately determined by a specific voltage level? 1480398819667 Connect the microphone input with headset control functions (e.g. play/stop, volume increase and decrease) to both the Codec ADC (MIC input) and normal SAR ADC input pins in the NuMicro® NUC505 series. The following figure shows the application circuit connection. The following table shows the SAR ADC samples that are actually measured when a key or no key is pressed. It is possible to determine whether a key or which key is pressed according to a different SAR ADC value.


FAQ / What is the delay time of an audio source from the NuMicro® NUC505 MCU Line-in to a headphone out? What is the reason?



What is the delay time of an audio source from the NuMicro® NUC505 MCU Line-in to a headphone out? What is the reason? 1480399621803 When the audio source enters the NUC505 series microcontroller (MCU), the source will be converted by an internal ADC first for the NUC505 to process. Then the NUC505 will send a number of data based on user firmware settings. After the processing of DAC codec, the user can hear the audio source through a headphone. In the transmission process, in addition to using firmware to set the delay for the amount of time to transfer data, the ADC and DAC conversion of the Codec also cause delay. The delay time varies with different sampling frequencies. Also, the delay time is proportional to the sampling frequency. During Codec ADC and DAC conversions, at a sampling frequency of 8000 Hz, a total of about 6ms of delay is generated; at 48000 Hz, a total of about 1ms of delay is generated; the remaining sampling frequency delay time can be scaled.


FAQ / What is the encryption function in the NUC505 series? How to use it? How to use the Disable Cipher function of the ICP tool? Is there any relationship between the Disable Cipher function and MTP?



What is the encryption function in the NUC505 series? How to use it? How to use the Disable Cipher function of the ICP tool? Is there any relationship between the Disable Cipher function and MTP? 1480414195818 As the NUC505 series uses SPI Flash, anyone can get code in Flash simply through the SPI interface. Thus, the NUC505 provides an encryption mechanism to protect the SPI Flash internal code to prevent data from being stolen. The NUC505 uses MTP (Multiple-Time Programmable) memory to set the encryption key. The process is shown in Figure 1. The encryption key (or data) is encrypted with the key, and the incorrect key cannot be used to read the correct data from the SPI Flash. When the MTP function is enabled, the CPU accessed data is automatically decoded by the MTP key, so unencrypted code cannot be executed. Note: A total of 15 keys can be re-programmed by MTP In the same chip. Figure 1 MTP Encryption Process The MTP encryption function can be enabled by using the ICP tool.


M0516LDE / Schematic, PCB and Gerber file



/resource-files/NuMicro_OrCAD_Library_V1.0.zip NuMicro OrCAD Library HL0120160811105903


M0516LDE / Schematic, PCB and Gerber file



/resource-files/NuMicro_Protel_Schematic_Library_V1.0.zip NuMicro Protel Schematic Library HL0120160811233001


本網站使用cookie作為與網站互動時識別瀏覽器之用,瀏覽本網站即表示您同意本網站對cookie的使用及相關隱私權政策