STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F107 IN TCP CLIENT MODE

Posted on May 28, 2018 at 05:54hello!      According to my experience, STM-controller is one of the best controllers I have ever worked with. currently, I'm working on a project based on STM32F103ZET6 controller and everything works really fine and ...

Resolved! STM32F103: SRAM startup

Posted on May 26, 2018 at 01:18Hi all!When i try startup my firmware from SRAM on stm32f103RE then nothing.. BOOT1 and BOOT0 is set to 1Firmware developed on KEIL. Please, look my project settings:int main(void){__disable_irq (); SCB->VTOR = 0x2000...

0690X0000060BNtQAM.png

STM32F103 bootloader starting conditions

Posted on May 25, 2018 at 00:16Hi,I'm using a STM32F103C8T which shall be in circuit programmed by an ESP8266.For this reason i connected PA9/PA10 to the USART Port of the ESP and the ESP controls Reset and BOOT0 to start the STM32 in Boot or Run mo...

Resolved! STM32L152 usb msc device with SD on SPI

Posted on September 15, 2017 at 10:34Hi everyone,I have a problem with USB MSC device on my stm32l152. I take example from 'STM32Cube_FW_L1_V1.8.0' of USB_Device - MSC_Standalone. In this example the sdcard use SDIO for connect is SD. So I have only...