STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F2 linker script to emulate EEPROM

Posted on May 10, 2015 at 17:03 Hi all, I try to test the ST example of EEPROM emulation (with 3 variables and page2 + Page3 usage). I build it with success with GCC (EMBLOCKS), but it seems I can't assign the good value to isr vec...

neoirto by Associate II
  • 1156 Views
  • 3 replies
  • 0 kudos

STM32F10x standard peripheral library v3.6.1

Posted on January 29, 2015 at 13:22Here is the official place to download the latest version of SPL for STM32F10x: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF257890SPL version is 3.5.0 from 2011 and the CMSIS version included in...

problem with dSPIN family firmware library

Posted on May 11, 2015 at 13:08HiI want to use the dSPIN family firmware library for my board. The STM32F107RC and a 8MHz crystal are integrated on my board. I have problem with this library (system clock configuration) and confused.The SetSysClock(...

yasamin by Associate II
  • 503 Views
  • 0 replies
  • 0 kudos

DAC Signals Generation

Posted on April 27, 2015 at 19:44The original post was too long to process during our migration. Please click on the attachment to read the original post.

mka500 by Associate
  • 585 Views
  • 3 replies
  • 0 kudos

DMA connections in stm32f103c8

Posted on May 10, 2015 at 07:31Helloaccording to it's datasheet and reference manual, only DMA1 controller is active in this device.Is GPIO peripheral connected to DMA streams in this device so that GPIO to memory transfers can be implemented?Thanks...

Startup Files with different chipsets

Posted on April 20, 2015 at 23:28Hi all,I have a legacy boot loader that was run on an STM32F407.  It was located at 0x08000000 and my main application is located at 0x08020000.  I have seen a strange behaviour when I compile my main application cod...

FSMC do not work

Posted on May 10, 2015 at 07:08I crate a project with stm32cube my chip is stm32f103zc i enable fsmc for lcd interface and 16 bit data address and A0 for register select . this function HAL_SRAM_Read_16b(&hsram1,&send_address,send_buffer,10); do no...