eeprom 24c02 on stm32f0
Posted on April 17, 2013 at 11:58The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 17, 2013 at 11:58The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 16, 2013 at 15:15Does someone know where can i find a tutorial about configuring a FreeRTOS ARM Cortex-M4F demo application that targets an STMicroelectronics STM32F40XX microcontroller using eclipse please ? http://www.st.com/intern...
Posted on April 17, 2013 at 08:53Since yesterday, i can't establish a ST LINK connection with my STM32L1-Discovery board. I've tried it in CrossWorks on my MacBook, the error was 'ST-LINK LOG'. After that, I've tried it on my windows 7 pc with ST LI...
Posted on April 17, 2013 at 01:31Hi, currently I am trying to analyze the STM32F4Discovery schematic to get a minimal circuit using a STM32F407 oder STM32F405 in LQFP100. So I started an now ended up completely confused with a whole bunch of questio...
Posted on December 28, 2012 at 01:21 Hello All, I'm sending data over a bluetooth device to the stm32 discovery board on usart 2. Everything is great unless I send a large amount of data (80 bytes). If I send this large amount I only end up ...
Posted on April 15, 2013 at 15:14Hi Again ; In my application stm32f407 will enter stanfby mode then should wake up by 2 methods ; a rising edge on the PA0( wakeup _pin) and an alarm occurs everyday one time .. the first one I thing I will not get...
Posted on April 16, 2013 at 01:27I have created many projects using Ride7 for the STM32F1, but I always have started with example projects from ST. I need to start from scratch.I simply created a project, and only added stm32f10x_rcc.h and .c partne...
Posted on April 16, 2013 at 08:37Hello. Can I put my program start from diffrent address then 0x08000000 ? I have same data sector I need and because I can't know the size of my program I want to make it this way: Sector 0-1 will be for data. My pro...
Posted on April 16, 2013 at 12:04 Hi,I am working on a project with STM32F4 and FreeRTOS. I have a SPI ISR for receiving data from SPI in the speed of about 5Mbps, I also have a task which handles those data. The Queue is used to be between the i...
Posted on February 12, 2013 at 06:19Hi All I am using TIM2 for generating a pattern of pulses like pulse with 30 % duty cycle followed by pulse with 40% duty cycle and 50% duty cycle. I am able to generate it however I am not able to get the accurac...