STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

FSMC interface on STM32F41*

Posted on April 13, 2014 at 13:32Hi All, please could you help me to implement ADC converter using FSMC interface ? A/D converter is 16bit and i need high speeds for transfer ... at least 20-30 MSPS i would like to know which pins to connect ... ...

STM32F103VET with SDcard and uClinux ?

Posted on April 14, 2014 at 02:41Guys, Can I use STM32F103VET6 with SDcard and uClinux? I put linux on SDcard and use internal RAM or I put linux on NAND flash ? Do I need external RAM ? Any ideas on doing that ? Thanks

Flash memory write -> HardFault_Handler

Posted on April 12, 2014 at 17:43Hi everyone,I have problem with writing to flash memory in my application. uC STM32F051C4Code:#define FLASH1 (*((uint32_t *)0x08001016))then flash function:void FLASHunlock(void){ if (FLASH->CR &0x00000080) { FLASH->...

fidel17 by Associate II
  • 426 Views
  • 6 replies
  • 0 kudos

STM32CubeMx ETH + FreeROTS

Posted on April 12, 2014 at 05:54I have generated a project containing Ethernet and FreeROTS use STM32CubeMx tool on open407 or open429 but it does not work ;In addition,i use STM32Cube_FW_F4_V1.1.0\Projects\STM324x9I_EVAL\Applications\LwIP\LwIP_HTT...

STM32CubeMx ETH + FreeROTS

Posted on April 13, 2014 at 08:57yeah,i use motherboard refrence as http://www.wvshare.com/product/Open407V-D-Standard.htmmainboard is stmf4-discovery;and my project file is open407-freerots.iocthen i add some breakpoints  use keil with ST-LINK debu...

stm32f427 uart4 interrupts generated without flags

Posted on April 11, 2014 at 18:27In my programm I use uart4 with 115200 baud. I want to receive data from devices - so I configure UART in RxMode.  I enebled only one interrupt source for itUSART_ITConfig(UART4, USART_IT_RXNE, ENABLE); My interrupt ...

SDIO and 50MHz ?

Posted on April 12, 2014 at 08:14 Guys, Why can't I use 50MHz for SDIO ? GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz; it worked only with 10MHz GPIO_InitStructure.GPIO_Speed = GPIO_Speed_10MHz; 1. /*!< Co...

Read all pins in 1 port simultaneously

Posted on April 11, 2014 at 15:27I wonder how to read all port simultaneously such as GPIOA0 up to GPIOA7 or the equivalent of arduino codes DDRA = B00000000;   // sets Arduino Mega Digital pins 22(PORTA0) to 29(PORTA7) as inputs allBus = PINA; //re...

admin2 by Associate II
  • 395 Views
  • 4 replies
  • 0 kudos
Labels