EWARM evaluation license
Posted on February 12, 2014 at 15:21Hi, Is there anybody who knows how can get an evaluation license for EWARM while I am offline? I will be glad if you cen help me . Thank you... tugba
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 12, 2014 at 15:21Hi, Is there anybody who knows how can get an evaluation license for EWARM while I am offline? I will be glad if you cen help me . Thank you... tugba
Posted on February 10, 2014 at 15:07Hi,So I've recently started developing on the 'STM32429I-EVAL', I've managed to compile and run the SAI_Audio example which outputs an audio sample to the headphones. I'm now trying to stream one of the two built-...
Posted on February 12, 2014 at 04:06Hi, I noticed after USBD_Init(); function has been called, it has increased the current consumption of the MCU. While entering sleep mode, the amount of current consumption caused by USB init is unable to be remov...
Posted on February 05, 2014 at 03:04 Guys How can create a tone with timer on STM32 ? This code is the way I made it on AVR, how can I mimic it on STM32 ? timer1_ctc_init() { TCCR1A = // Mode 4 CTC 1:64 Prescaler _BV(COM1...
Posted on February 12, 2014 at 07:31Folks, I have used TI's CC2530 Zigbee SOC with ZStack on it. But i want to use Different Host microcontroller which will communicate to zigbee transceiver for sending and receiving data. So i planned to buy ST Z...
Posted on February 11, 2014 at 22:45 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on February 10, 2014 at 18:16Hi all, I'm new to STM32 and i'm having some problems with making TIM3 interrupt work on my STM32F3DISCOVERY. The problem is that when i run the code on the discovery i get in the BusFault_Handler. My code: GP...
Posted on February 11, 2014 at 11:03Hi everyone. I've encountered a problem. I am using the function systick_config to configure a accurate timer. In the main function I writeif (SysTick_Config(SystemCoreClock/1000)) { while (1); }and th...
Posted on February 07, 2014 at 15:12Hello Everyone,I am totally new to the world of embedded systems. Please pardon me if my question is too simple.I have been asked to generate any kind of sound on a small speaker(needs to be attached to the STM32F...
Posted on February 03, 2014 at 10:43Hello everyone, I am the new one at programming stm32f3. I saw multiple examples here on the forum but I did not find what I want. I have stm32f3 discovery board and ublox GPS connected to PD8 (Tx) and PD9 (Rx) pi...