STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Looking for a trig function library?

Posted on March 02, 2017 at 21:27I am using an STM32F407 (new to ST and this processor) and I need to be able to calculate sines, cosines, square roots, various other trig functions for a power conversion application.  Is there a math library I can ...

abarnett by Associate II
  • 686 Views
  • 7 replies
  • 0 kudos

Routine for calibrating STM32L0x A/D

Posted on February 28, 2017 at 19:19Hi  I am about to use the on board a/d convertor for the STM32L0x processor. I have looked in the user manual of the chip and HAL user manual, where it mentions HAL_ADCEx_Calibration_Start() etc. for calibrating t...

PWM and DMA code

Posted on March 01, 2017 at 18:26 I want to refactor this code from Betaflight /external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fcleanflight%2Fcleanflight%2Fblob%2Ffd1d8d532e8a21fec0b044e984f465b81f4cbed1%2Fsrc%2Fmain%2Fdrivers%2Fpwm_output_stm32f7...

Resolved! SPI 8bit data length

Posted on February 28, 2017 at 16:56Hi, I'm setting up SPI comms with a slave device. (ADXL350 accelerometer) This is on an STM32F767ZIT6. I should point out I put this on a nucleo -'F746 board but it's all working fine so far at 200MHz with other p...

0690X00000603hHQAQ.jpg
tau by Associate II
  • 1049 Views
  • 11 replies
  • 0 kudos

My Stm32L0 working without JP6 ON

Posted on March 01, 2017 at 21:36Hi everyone, i'm currently working with an stm32L053R8 and here's my problem:My board works without the jumper JP6 on. I don't get why.By 'it works' I mean I'm able to connect it to STM Studio and read RTC datas with...

Resolved! ST32F302RC USART with parity not working

Posted on March 02, 2017 at 08:49Hello,I am working on STM32F302RC. I want to use the USART1 with parity enabled both odd/even which is configurable through command.I am using USART1 withbaudrate 115200,data length8 bit ,  parity none with this conf...

ra.pamod by Associate III
  • 733 Views
  • 14 replies
  • 0 kudos

STM32F415xx flash self write issue

Posted on March 01, 2017 at 16:55I'm developing a firmware for a custom board based on a STM32F415xx microcontroller.The application must read a file from the on-board SD card, parse it and save some data into the microcontroller flash.This is worki...

HAL flash size

Posted on March 01, 2017 at 15:32Hi, can you tell me if it is normal that the stm32 hal use a lot of flash size. For exemple, just to setup the main clock, 3ko is used (3ko is the difference without the setup and with the setup). And when I use a lo...