STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FOC, how to remap driver pins

Posted on July 23, 2017 at 10:33Hi there,The idea is to use the same driver pins for PMSM(FOC based) and BLDC(own library) motors. FOC SDK 4.30 allows to initialize the same pins for only one type of motor (PMSM in my case). Is the any way to stop/d...

STM32F405 HAL SPI Communication Problem

Posted on July 20, 2017 at 06:22Hello,I want to interface STM32F405 with Atmel memory chip AT45DB041.In which i want to send hex commands and character array for write and read.which API is most suitable for this application.When i tried send a hex ...

Resolved! SWO pin

Posted on July 17, 2017 at 12:37HeyI'm using stm32f103c8 and I want to use all of the GPIOB .it work good expect pin 3 and 4.Those pin use for sys_njtrst and sys_jtdo-tracswo but i just use SW and i don't need these pins for programming  and want to...

stm32f103vbt6 Interrupt Numbers ?.

Posted on July 20, 2017 at 00:15Evaluating the above processor using gcc toolchain and openocd and J-Link. Not using cmsis (various reasons) and writing all the low level hal and header files, as a way to become more familiar with the processor. Alr...

STM32F7 MPU performance impact?

Posted on July 21, 2017 at 23:36Greetings,After reading http://www.keil.com/support/docs/3777.htm it seems like a good idea to change the SDRAM attributes via the MPU.  Can anyone comment on the performance impact of enabling the MPU (it's not curre...

STM32F429 LTDC @ 1280x720 resolution

Posted on May 22, 2017 at 16:17Hello everyone,I already successfully used the LTDC to create a VGA Signal with a Resolution of 800x480 Pixel with 16bitcolour with decent performance. All configuration was done with CubeMX for the LTDC.AN4861 claims ...

Cube F4 V1.16.0 DMA on SD card broken?

Posted on July 07, 2017 at 02:12I'm using Cube generator app V4.21.0 and F4 FW V1.16.0 on a 429II.If I enable DMA transfers for the SD card, it hangs in the SD driver and won't even allow the card to be mounted.Rolling back to older versions of stm3...