Posted on January 20, 2017 at 10:59Hello,I have to design a 180V/ 2A brushed dc motor controller board using Hbrdige.My question : is there any high voltage ST eval board for brushed dc motors ?If not, is there a low cost solution to obtain 180V DC ...
Posted on January 05, 2017 at 09:40Hello,I want to create a project using IAR for an stm32 MCU.Without using the IAR assembly startup file , i want to jump directly to the main functionIs there any solution to do this ? Thank you,#iar-project
Posted on December 28, 2016 at 13:41Hello,I have made a code that initialize a timer of an STM32F0 to tick every 1 ms and generate an update interrupt , and i want to test if my code work correctlyMy questions:1- The IAR startup file should be Added...
Posted on June 30, 2015 at 11:27HiI am working with stm32 using GNU ARM Eclipse plugin.I want to modify the linker scripts to change the program start addressCan anyone help me? Thanks
Posted on June 28, 2015 at 14:49Hi I am using stm32f0 to wtrite and read from sd card using FATFS.Every thing is ok : integration of FATFS files and making the correct hardware connection.I can communicate with the sd card for example to get its p...
Posted on January 05, 2017 at 10:15thank you for your replaywithout using the 'Automatic runtime library selection' option i want to use ' override default program entry' option and change it from __iar_program_start to main in this case how can ...
Posted on December 28, 2016 at 21:02I have exactly the same code.what I did not understand , if i check the box to enable interrupt simulation of the Timer it looks that the timer initialization have no effect ( because with it and without it the in...
Posted on December 28, 2016 at 16:43Thank you for your replyI am using STM32F051 , how can i verify that the simulator support it ?I use a Timer to generate an interrupt every 1 msIs it necessary to enable interrupt simulation to test if the interru...
Posted on July 01, 2015 at 12:49At a minimal level you need to place the Initial SP/PC values at the base of memory, in this case 0x08000000 Can you explain more how and where i can do this ?
Posted on June 30, 2015 at 15:34May be you can better define what it is you're trying to achieve?I want just to don't write my code from the address 0x8000000 ,because the region :0x8000000 to 0x8003000 i need it for other use.So i have to put my co...