STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI fails to receive at higher speeds

Posted on July 17, 2015 at 01:13 Hello, I have a project which was originally generated using STM Cube. I can successfully communicate to an external memory chip through SPI at 7.5MHz, although anything higher fails. The memory chi...

elliott2 by Associate
  • 212 Views
  • 0 replies
  • 0 kudos

STM32F0 CAN self-reception?

Posted on July 10, 2015 at 23:59I'm using an STM32F0 for a CAN application. I noticed, though, that the MCU doesn't receive the messages that it sends out on the bus. It would be preferable for me to be able to see all of the data on the bus, though...

esimon by Associate II
  • 1400 Views
  • 6 replies
  • 0 kudos

How to attach TI CC1200 with STM32F4Discovery

Posted on July 16, 2015 at 17:04Hi,  I'm planning to attach CC1200 EMK with STM32F4Discovery kit on the SPI interface. I guess the best interface would be SPI for the same since I don't need the MEMS.  Could you please advise  how to make the hardwa...

Cortex M0 Vector relocation issue

Posted on February 07, 2014 at 00:42Hi, I'm trying to implement IAP on an stm32f051 device, but get a linker error when specifing VectorTable address is 0x20000000. __IO uint32_t VectorTable[48] __attribute__((at(0x20000000))); STM32F0-Discovery_Dem...

stenasc by Senior
  • 1670 Views
  • 10 replies
  • 0 kudos

output of DAC to input of ADC

Posted on July 16, 2015 at 15:52Good Afternoon Everyone,  Is it possible that on STM32F4 , I first do a DAC and then use its output as input to ADC and finally get a digital output ? If I can do that , how can I do this connection in between the DA...

nemisha by Associate II
  • 387 Views
  • 1 replies
  • 0 kudos

STM32F103 TIM PWM on CH2N only

Posted on July 15, 2015 at 12:29Hello,I have configured only PB0 (TIM1_CH2N) for PWM output, but I can't get any signal from the pin. code looks like this:  RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB | RCC_APB2Periph_AFIO | RCC_APB2Periph_TIM1, ENA...