STM32F0 WITH Assembly
Posted on November 30, 2014 at 13:00 Dear All , I written a program in assembly to tern on bit 8 on GPOIC It is compiled well but LED does not on processor STM32F051R8T6 IDE KEIL PRESERVE8 THUMB RCC_APB2ENR EQU 0X40021018 ...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 30, 2014 at 13:00 Dear All , I written a program in assembly to tern on bit 8 on GPOIC It is compiled well but LED does not on processor STM32F051R8T6 IDE KEIL PRESERVE8 THUMB RCC_APB2ENR EQU 0X40021018 ...
Posted on December 05, 2014 at 03:03Hi ST forum,I have two separate problems: 1. How do I configure an interrupt to do X on rising edge and Y on falling edge? Currently, I can only do rising edge: (Solved, see below)/********************************...
Posted on December 12, 2014 at 17:50I'm drawing a new pcb, and I cant find information on what to do with the other datalines not used... anyone can help me please? Thank you.
Posted on December 11, 2014 at 20:07Setup: I used CubeMX to generate and added code to blink 2 leds and compiled with IAR Embedded. LEDs are connected to PB3 and PB5. I have several boards I soldered 042's to with proper caps, and leds with current ...
Posted on December 12, 2014 at 15:27Hi all,I am new to this STM32 chip and I was checking out the datasheets and the CubeMX tool and I noticed something weird.http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00102...
Posted on November 24, 2014 at 15:13Hi,I'm using STM32l151rbt6 MCU. But after few days of running the program the internal RTC starts lagging. I'm not doing RTC calibration. Any other possible reasons?Thanks. #stm32 #rtc
Posted on December 12, 2014 at 08:57Hello forum, I have a weird issue with TIM's pending bits (I mean Cortex-M3 pending bits): they are set after enabling the overflow interrupt: void InitTIM4() { TIM_TimeBaseInitTypeDef timer; TIM_TimeBaseStruc...
Posted on December 11, 2014 at 16:26The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 12, 2014 at 08:53I am migrating code from STM3210x to STM32F0xx. major part of the application uses spi interface. I see in logic analyzer each bursts of 16bit clocks. while I expect it to be 8bit clock for each byte and a delay o...
Posted on December 12, 2014 at 02:58Hi there, STM32CubeMX looks like it will be quite nice. Where are the example files?I don't see any example files anywhere.I'd love to see examples of:* basic gpio interrupt usage* DMA to/from I2S/serial port (...