I am using AM3354 on kernel 3.2.0 BSP. I use GPIO as interrupt input (gpio1_17 and gpio1_18). But I found that it takes more than 1ms from the hardware interrupt to the kernel interrupt handler. Is th...
[i=s]This post was last edited by alan000345 on 2019-4-24 09:19[/i] [align=left][color=rgb(85, 85, 85)][font="][size=14px][b]Author: Texas Instruments[/b][b]Keegan Garcia[/b][/size][/font][/color][/al...
[size=3]The interrupt routine does what any other function does, including accessing global variables, assigning addresses to local variables, and calling other functions. [/size] [size=3] It needs to...
Texas Instruments showcases 100-watt LED streetlights, brighter and more energy-efficient [flash]http://player.youku.com/player.php/sid/XMjUwNzA1NDEy/v.swf[/flash]...
I applied a long time ago, but I have been too busy to post recently. I finally have time to post now that the event is about to end. Here are a few picturesAs for TI samples, I think it is easy to ap...
China's photovoltaic power generation installed capacity achieved rapid growth in 2017, and distributed photovoltaics achieved explosive growth. In 2017, the country's photovoltaic installed capaci...[Details]
1. Placement suspension void NVIC_Configuration(void) { NVIC_InitTypeDef NVIC_InitStructure; /* Set the Vector Table base location at 0x08004000 NVIC_SetVectorTable(NVIC_VectTab_FLASH, 0x4000)...[Details]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
Processors with artificial intelligence are mostly integrated into cars, PCs, security cameras, smart speakers, robots and other related technology equipment, but
AI
chips were initially de...[Details]
Artificial Intelligence (AI) is undoubtedly the hottest topic in the technology industry in the past one or two years. In addition to the huge investments made by technology giants, financial and o...[Details]
Every era has its own representative company, and the small game between representative companies in the big era also reflects the big game between countries to a certain extent. Let's learn about ...[Details]
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[Details]
Many embedded geeks are wondering what the future holds if they continue to invest time, energy and money in MICroChip's PIC32 series MCUs. Will their investment be safe, and how does it compare ...[Details]
With the large-scale development of the domestic household photovoltaic market and the improvement of component and inverter technology, the system cost has dropped significantly in the past year. The...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]
The watchdog timer is a counter whose basic function is to restart the system after a software problem or program runaway occurs. The watchdog counter counts automatically when it is working normally...[Details]