STM 32 interfacing EEPROM with SPI.
Posted on April 15, 2014 at 19:08The 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 15, 2014 at 19:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 11, 2014 at 08:21I've got STM32F407VE controller that works at 168 MHz. I need to get a 8 MHz clock frequency from it and I guessed to use a timer in PWM mode, but they all have a 42 MHz or 84 MHz clocks and so I can't use approriate...
Posted on April 14, 2014 at 22:17Hi all, just a simple question hopefully,In the peripheral example for configuring TIM3 for PWM output, calculations for working out PSC and ARR values are given, comments supposing to explain them.The bit thats conf...
Posted on April 14, 2014 at 19:51Hi, I am trying to create a chronometer runs in parallel with my main program. For my part I have created a delay function that works perfectly. And I tried to make the stopwatch with sysTick but its does not work. ...
Posted on April 14, 2014 at 10:56Hello everybody , I have a firmware which runs whose offset adress is 0x9000 and on stm32f105RC (256 KB Flash, 64K Ram). It is a iap sw that runs on stm32f205 I am trying it to run on stm32f105.NVIC_SetVectorTable(NV...
Posted on April 15, 2014 at 16:26I'm using TIM1 for a 6-step motor control on a STM32F2xx. According of the table 4 in DM0004234 application note, I update OCxE and OCxNE at each commutation, to select a new step. When OCxE = 0 and OCxNE = 0, the ou...
Posted on April 12, 2014 at 10:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 15, 2014 at 12:15Guys Does anyone of you have experience using DS1307 with STM32 ? Any links / references ? Thank
Posted on April 04, 2014 at 12:36Hello,I'm working with a STM32F427VI (256kb of RAM), I use Coocox and FreeRTOS. Do you kown the easiest way to monitor in real time the RAM memory used and free in my uC ?Thanks !Jean
Posted on April 11, 2014 at 14:46Hello Together,I have a problem with my ADC. I tried to search through the Forum but I couldn't find a similar problem.My plan is to read 6 different Analog Digital Channel on STM32F407 therefore I use ADC1, ADC2 and...