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

PIPILINE

Posted on January 21, 2013 at 03:33Hi guyz, based from the architecture of STM32M series they have a pipeline which allows for more effective processing. does IAR/KEIL/CooCox/Eclipse GCC automatically do this pipelining or you what to code in asm in...

xtian by Associate II
  • 219 Views
  • 4 replies
  • 0 kudos

GPIO QUESTION2

Posted on January 21, 2013 at 09:27Hi guyz, Thank you for your continous support, heres my problem now  while (1)   {     USART_SendData(USART1, 65);     if (GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_6)==1)     {       //GPIOB->IDR >> 8;       USART_Sen...

xtian by Associate II
  • 234 Views
  • 3 replies
  • 0 kudos

I2S DMA

Posted on September 16, 2012 at 20:34  The original post was too long to process during our migration. Please click on the attachment to read the original post.

GPIO from STM32F1 to STM32F4 (digital in)

Posted on January 14, 2013 at 09:53Hi, I am currently porting robotics software from STM32F1 (Cortex M3) to STM32F4 (Cortex M4). I want to write a simple program to switch on an LED via digital out. The program is supposed to send a digital input in...

skillet by Associate II
  • 872 Views
  • 10 replies
  • 0 kudos

Multi ADC conversion

Posted on January 21, 2013 at 14:53 Hi friends I use this program to Read ADC1 Value connected to PC2 port of my ''stm32f4discovery'' card . /************************************************************************************...

bmwael1 by Associate II
  • 625 Views
  • 10 replies
  • 0 kudos

STM32F4Discovery i2c using

Posted on January 22, 2013 at 12:39I need to use I2C1 ports for communication with LG3D20(0xD6 adress) gyro sensor.Accordingly, i need i2c1 initial,i2c1 write data 1 byte,i2c1 read data 1 byte functions.I am using these functions but i couldnt run t...

STM32F4 broken USART

Posted on January 21, 2013 at 16:21Hi,I have two identical cards with stm32f4 on them. I think one of them has a broken USART1 on it. If i erase flash on both cards, load the same code onto them, the USART1 only works on one of the cards. Everything...

thommagn by Associate II
  • 6310 Views
  • 9 replies
  • 0 kudos

Program flash problem

Posted on January 21, 2013 at 11:12Hey Hi, I have been using stm32f103zet6 (144 pin package, Keil compiler and the debugger is stlink ). In my program i use the Jtag pins as Jtag/Port pins (Depending upon the jumper position and a condition in a pro...

Ethernet Communication

Posted on January 22, 2013 at 07:08Hi, I am using STM32F107RB6 for Ethernet communication. I am transmitting a set of data from PC to Controller via Ethernet. when i am transmitting the first set of data i am able to receive but for the second set o...

aru by Associate II
  • 197 Views
  • 0 replies
  • 0 kudos

How does the ADC work with multiple channels ?

Posted on January 20, 2013 at 02:33Hello All,   My ideal setup would be to use adc1, read channels 11,12,13 and the temp as half words then store them in a buffer at a certain memory location.    I think the way to do this is to enable the ADC and t...

Labels