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

STM32F4 Delay

Posted on October 31, 2014 at 16:29Hello.How to insert precision delay with timer or systick?For example, 100 ns or 1 us.Best regards,CH

How to compare a result of a function ?

Posted on October 11, 2015 at 12:39Guys, How can compare the result of the furnction output ? I have on main.c :Code:result = VS1053_Init(); if (result == 0) { HAL_GPIO_WritePin(GPIOE, GPIO_PIN_6 , 1 ); HAL_Delay(100); HAL_GPIO_WritePin(GPIOE, GPIO...

STM32F4 Can-Bus Problem

Posted on October 09, 2015 at 22:37The original post was too long to process during our migration. Please click on the attachment to read the original post.

PLC on STM32 idea

Posted on May 22, 2012 at 11:49Some companies have PLC softwares (like as IEC 61131-3 Development System CoDeSys) that have a runtime core that can be programmed on STM32 micros and we can write PLC programs and download it to stm32 without any C co...

STM32F411Ediscovery Firmware

Posted on April 22, 2015 at 18:51There is really very little available for the STM32F411Ediscovery board. WHere can I find the default software (hex file) to put the board back to default? #stm32f411

vector table location

Posted on July 12, 2012 at 07:09hi, i search and search but i cant find where i can change Vector Table base location in memory.map i can find .text 0x08004000 0x718  *(.isr_vector .isr_vector.*)  .isr_vector 0x08004000 0x124 ..\obj\startup_stm32f...

redkofka by Associate II
  • 2932 Views
  • 12 replies
  • 0 kudos

ethernet communication

Posted on October 10, 2015 at 09:37Dear Sir/MadamI am using modbus TCP/IP protocol using ethernet card , the issue is when ever i unplug the ethernet cable manually with out power off and reinsert the same the communication between the modbus and et...

Labels