STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

cubemx

Posted on November 09, 2017 at 19:46 Hi I'm using newest possible CubeMX version. Trying to generate project for some environment, in this case SW4STM32 (however tool does not matter) and got this window. Code is generated, only project cannot be...

0690X0000060PCJQA2.png

Nucleo64p Embedded ST-LINK/V2-1 discription

Posted on November 09, 2017 at 18:32Hello,the nucleo64p biard user manual DocID030544 Rev 2 tells in chapter 9.4 Embedded ST-LINK/V2-1The following features are no more supported on ST-LINK/V2-1:· SWIM interface· Application voltage lower than 3 V...

Resolved! BSDL for (STM32F100V8T7B)

Posted on November 08, 2017 at 22:40 Hi,I am looking for the BSDL for the following controller  (STM32F100V8T7B), I got one I am not sure whether it's correct or not. Any help would be greatly appreciatedThanks,Will

Page number skips in reference guide

Posted on November 08, 2017 at 11:49Hi,According to RM0351 - STM32L476QE reference guide, in 512 KB dual bank organization, Address 0x0803 F800 - 0x0803 FFFF is page 127 and address 0x0804 0000 - 0x0804 07FF is page 256.In 256 KB dual bank organizat...

stm32f303 i2c bootloader: app note inconsistent

Posted on November 09, 2017 at 13:35Hi all,I see an inconsistency between application notes.Here, AN4221 shows that all STM32F303xx controllers have I2C bootloaders:But if I open a different document (AN2606) I see that it is NOT true:Which is true?...

B B by Associate
  • 245 Views
  • 0 replies
  • 0 kudos

porting from FREERTOS to RTX

Posted on November 09, 2017 at 13:35Hi,I am porting my code from FREERTOS to RTX on stm32 nucleo platform,but once data transmission starts programs stucks with in second in hardfault handler because of the stack over flow, but if I put some delay b...