STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

usart strange behaviour, need restart

Posted on June 04, 2013 at 15:10Hello I have a strange behaviour with usart (1 and 4) on STM32F217.I use it as output log. When I build and debug, nothing leaves the STM. After a ''debug'' reset in atollic(a restart)  it works fine.I tried these two...

pcu by Associate II
  • 282 Views
  • 2 replies
  • 0 kudos

STM32F10x_StdPeriph_Driver

Posted on June 04, 2013 at 09:35Hi All , I am starting a new design and want to have the latest & updated Lib files. Where can I find an updated  StdPeriph Lib for the STM3210X ? Thanks,

avi2 by Associate II
  • 662 Views
  • 2 replies
  • 0 kudos

breakpoint in backup registers

Posted on June 03, 2013 at 18:56While tracking down a pointer problem I tried to use GDB to break on any access to the first location in the STM32F407 backup register area (0x40002850), using the ''rwatch 0x40002850'' command to GDB.  Bteween two ot...

missing ADCPRE configuration in systeminit() ?

Posted on June 03, 2013 at 16:57Hello everybody, I set up the (new) 3.5.0 lib in our project and configured the clock (via &sharpdefine SYSCLK_FREQ_36MHz  36000000) but the ADCPRE register did not get configured correctly. I'm missing the part where...

konrad by Associate
  • 419 Views
  • 2 replies
  • 0 kudos

Stm32f407 FatFs Long File Name

Posted on June 04, 2013 at 00:34Hi! I'm using popular fatfs library to handle my SD card. Now I have to use longer file name, so Ive decided to use LFN. With standard file name this code works fine:char lolek[]=''data1234.kml''; fresult = f_mount( ...

zbiku11 by Associate II
  • 344 Views
  • 1 replies
  • 0 kudos

LD8 (over-current) blinking

Posted on June 03, 2013 at 18:38Hi all, on my discovery STM32F4 the LD8 is blinking and I don't know why. There is nothing connected to 3V nor 5V pins but some 6 ADC inputs 5 PWM outputs, one UART and one I2C data connections. All devices are powere...

jamsoft by Associate II
  • 578 Views
  • 2 replies
  • 0 kudos

STM32f4: How fast can GPIO really be updated?

Posted on June 02, 2013 at 21:41I am using the STM32f4 series. My goal to drive an external parallel loaded DAC using data from the internal SRAM. So, I need to update the data on a GPIO port and then toggle a pin connected to the load control signa...

michael2 by Associate II
  • 1229 Views
  • 4 replies
  • 0 kudos

MCO1 an low power mode

Posted on June 03, 2013 at 15:35Hi,I want to use MCO1 to control an external device using the LSE RTC crystal 32Khz. Does any body know what is the behaviour of MCO1 in stopped or standby mode for STM32F2 device?Thanks. #mco-low-power

Adalgiso by Associate II
  • 254 Views
  • 1 replies
  • 0 kudos

SQRT in stm32f4 ?

Posted on June 03, 2013 at 15:06Hello I want to use sqrt (square root) function to calculate sqrt (x^2 + y^2) but i haven't math.h in my root this is the error  undefined reference to `sqrt'  collect2: ld returned 1 exit status how can i fix it ple...

bmwael1 by Associate II
  • 1857 Views
  • 1 replies
  • 0 kudos