DC32 Instruction
Posted on May 18, 2012 at 21:45 Hello -- We're trying to bring up FreeRTOS on our STM32F103c8 micro. In the function vPortStartFirstTask (file portasm.s) there is an SVC call as follows: cpsie i 0x8002efe: 0xb662 CPSIE i svc 0 0...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 18, 2012 at 21:45 Hello -- We're trying to bring up FreeRTOS on our STM32F103c8 micro. In the function vPortStartFirstTask (file portasm.s) there is an SVC call as follows: cpsie i 0x8002efe: 0xb662 CPSIE i svc 0 0...
Posted on May 16, 2012 at 23:26Hello I have a problem with calculating internal temperature with STM32. When processor VCC is 3.3V everything is ok - temperature is almoast accurate with wide temerature range. But whet processor VCC is below 3V temp...
Posted on May 16, 2012 at 06:43Dear all, I'm using `Keil uVision` with gcc toolchain (Sourcery Codebench lite for ARM EABI) to program the `STM32F4 cortex M4` chip. The compiler control strings I have set are: -march=armv7e-m -mfpu=fpv4-sp-d16 ...
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...