EXTI_Mode_Interrupt vs EXTI_Mode_Event
Posted on May 17, 2012 at 03:39What's the difference between EXTI_Mode_Interrupt and EXTI_Mode_Event? #external-interrupt
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 17, 2012 at 03:39What's the difference between EXTI_Mode_Interrupt and EXTI_Mode_Event? #external-interrupt
Posted on May 16, 2012 at 15:12Hello, The Cortex M3 have the �ID Unique device ID register (96 bits) �, this number give to the user application technical information about the Cortex M3 mounted in the PCB ?. Extract from the datasheet RM008 revisi...
Posted on May 15, 2012 at 08:47Hi all, Now, I'm trying to implement nand driver of SAMSUNG K9K8G08U0D (SLC, 1GBYTE) on STM32F205ZG cpu. However, it not easy to do it. First, reading device ID is OK. Second, block erase function is also OK. But,...
Posted on May 15, 2012 at 19:31I wonder if someone could help me. I need to save, to retain ''some'' variables of my applications, but the 4Kbytes from the Backup registers is too few for what I need. So I would like to ask if there is another way t...
Posted on April 10, 2012 at 11:25Hello, we are using the microcontroller STM32F100C6T7 in our design. While trying to do something with the internal temperature sensor we noticed that the slope we measured doesn't correspond with the specified slope...
Posted on May 09, 2012 at 17:00Compile AN3413-Current_consumption_touch_sensing included in the STM32L_Discovery_Firmware_Pack_V1.0.2.It compiles successfully by using the evaluation copy of MDK-Lite 4.50.0.0 in Windows 7. However, the compile faile...
Posted on May 15, 2012 at 17:13i've faced a couple of problems, trying to launch a MT9D111 camera along with STM32F217ZG microcontroller through DCMI interface. I've got all the interrupts from DCMI, but i can't catch any interrupt from DMA, althoug...
Posted on May 09, 2012 at 11:13Is it possible to change SPI datasize when ever by writing a new setting to the SPI_CR1.DFF?I need to communicate with two devices on the same SPI bus. On uses 8 bits and the other 16 bits.
Posted on May 15, 2012 at 09:49I have problem connect board with MFDeploy program...? https://netmf4stm32.codeplex.com/
Posted on May 15, 2012 at 02:39I recently had a problem where my SysTick_Handler wasn't firing. The solution was to change the VECT_TAB_OFFSET from 0x00 to 0x4000. How does one determine what his value should be? If it can be different based on o...