STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F765 to eMMC integration issues

Posted on May 17, 2018 at 10:04 Dear All We are facing some issues on eMMC integration with STM32F765 micro controller , In STM32CUBE we generated SDIO interface source code , eMMC manufacture is says this source code was SDcard interface. How we...

nagaraj by Associate II
  • 2321 Views
  • 14 replies
  • 0 kudos

auto-install.xml for STM2CubeProgrammer

Posted on June 27, 2018 at 19:22I save lots of time using the automatic installation feature of STM32CubeMX, as I simply provide the STM32CubeMX installer with this XML file:<?xml version='1.0' encoding='UTF-8' standalone='no'?><AutomatedInstallatio...

Resolved! STM32WB : ''stm32cubemx cannot load this mcu''

Posted on June 26, 2018 at 09:25Helloi try to load STM32WB MPU into STM32CubeMX but i get the following error (by double click on any of STM32WBB55CG RG or VG) :'stm32cubemx cannot load this mcu'stm32cubemxversion is 4.26.0 Cube V1.0have you any ide...

STM32H7 MCU Ethernet issue.,.,

Posted on June 24, 2018 at 19:35Hello.,.,We are using STM32H743BIT MCU in our project , I used stm cubeMX to generate driver files (for Keil 5 IDE). In this I am facing an issue in Ethernet interface , Here I can able to Transmit/Receive UDP packet ...

STM32Cube MX Project Build Problem

Posted on June 27, 2018 at 17:03STM32Cube MX Project Build Problem I'm having a build problem with a project brought over from STM32CubeMX with a -F072RB chip. After opening the project in True Studio and building (clean) I find the following error ...

I2C Timing Calculation

Posted on June 27, 2018 at 05:32Hi Everyone,I am working on I2C to sense DAC data. I generated the code using STM32CubeMX. It gives timing in hex format i.e.'hi2c2.Init.Timing = 0x10707DBC;'. It does confuse me that how does it calculate timing ? I ...

MATLAB/Simulink, PIL, .script

Posted on May 03, 2018 at 17:29I am trying PIL in simulink with Nucleo board with stm32. But everytime there is error with crating some file. Does somebody has similar issues? What can be wrong? Simulink model I used is attached.  ### Copy algorithm...

Where Vector Table resides in STMF0 devies

Posted on June 26, 2018 at 14:03I am asking this because when referring to the Reference Manual I see that the vector table resides at addresses 0x0000 0000 to 0x0000 00BC:and the end of the table:But if I go the the linker script file I see that th...

0690X0000060LTpQAM.png 0690X0000060LJRQA2.png

How to load uclinux on STM32F407VET6 controller?

Posted on June 27, 2018 at 13:26Hi,      I have on own board which is having STM32F407VET6 controller.Now I want to add uclinux on my micro controller. Is there any tutorial is available to beginners for load the uclinux on my controller? what are a...

5 minute Timer (LPTIM1) STM32L073

Posted on March 30, 2018 at 10:33Hi everyone, I would like to use LPTIM1 on my STM32L0 to make it wake up (the micro is in Stop Mode) after 5 minutes but I don't know what is the best configuration to do that. Currently I have the configuration belo...