STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Failture to start motor with stm32f0 and mc33926

Posted on November 25, 2017 at 12:54Hello,I have problem to start motor with sm32f0 and single motor driver mc33926. I was in pololu forum and they sad that everything connection is ok, but still dont work. I have joystick to control speed motor. Ad...

Failure to start main on STM32F7

Posted on November 21, 2017 at 17:11I am having an issue where STM32F7 fails to start on reset. Here is a section of a startup code which fails:IMPORT SystemInit IMPORT __mainLDR R0, =SystemInit BLX R0 LDR R0, =__initial_sp ; restore original stack ...

stm mass storage usb does not recognize.

Posted on November 25, 2017 at 03:54Hi mass storage is being implemented.Nucleo-F207G is being tested.en.stm32cubef2 \ STM32Cube_FW_F2_V1.7.0 \ Projects \ STM32F207ZG-Nucleo \ Applications \ FatFs \ FatFs_USBDiskThe sample is usb-detectable without ...

0690X00000608wWQAQ.png 0690X00000608suQAA.png 0690X00000608wlQAA.png 0690X00000608wUQAQ.png

How to create SMBus slave?

Posted on November 24, 2017 at 20:52I was using I2C connection between two STM32F030, but decided to try SMBus, because of I2C issues with analog filter, when lines stay high/low. I'm trying to send 1 byte and have issues with slave: master sends ad...

rokko by Associate II
  • 336 Views
  • 0 replies
  • 0 kudos

STM32F4 as a USB/MIDI device?

Posted on November 21, 2017 at 22:32Hi,i'm working on a STM32F4-Discovery and i would like to know if it is possible to make a midi device with this board. I read a lot of project about this but it is hard to find a working project.I already success...

External SRAM with STM32L496

Posted on November 17, 2017 at 23:06Hello,I am trying to find examples of code where the external SRAM is mapped using the linker file. I saw an example of it being done here (https://community.st.com/0D50X00009XkfB3SAJ ). However, all the uses of t...

hex file down-loader

Posted on November 24, 2017 at 12:50Hello,Current i used F8 (Keil-5 IDE)to download my hex file into STM32F405 mcu.Is there any software to download hex file into mcu,like ARM microcontroller.In ARM LPC2148 i am using flash magic software for hex do...

F446RC RTC le' bug minimal!

Posted on November 24, 2017 at 02:59On F446RC, sysreset does not put bit 19 into default setting of 0, its stuck on 1 if 1 is written previously.Procedure to set and clear bit:RTC->CR = (0<<19);   //Clear bit19, 512hz modeRTC->CR = (1<<19);   //Set ...