STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Discovery with ADS7870 (TI) ADC

Posted on January 15, 2014 at 10:19 Hi, I'm trying to communicate between the http://www.ti.com/product/ADS7870and the ST microcontroller STM32F4 Discovery evaluation board. I'm using IAR and at the moment I'm just trying to read register 31 fro...

camila by Associate II
  • 3514 Views
  • 20 replies
  • 0 kudos

Speeding up VCP OTG USB communication

Posted on January 16, 2014 at 12:29Hi there!I'm trying to transfer as much ASCII as possible from my STM32F4Discovery board.Basically I'm doing this:while (1) {   APP_Rx_Buffer[APP_Rx_ptr_in]=APP_Rx_ptr_in;   APP_Rx_ptr_in++;   if(APP_Rx_ptr_in == A...

tszewczyk by Associate II
  • 1256 Views
  • 7 replies
  • 0 kudos

Standalone STM32L152CC guidance

Posted on December 20, 2013 at 09:03Hello, I will be making (or trying to make) my own custom board with STM32L152CC (LFP48 package). I have successfully implemented my application on the STM32L152RC Discovery board using:  - 3 GPIO pins for PWM  -...

klemen by Associate II
  • 858 Views
  • 4 replies
  • 0 kudos

STMTouch & Shield

Posted on January 09, 2014 at 21:26What exactly does marking a pin as SHIELD do? #tsi-stmtouch

msinger by Associate
  • 509 Views
  • 1 replies
  • 0 kudos

How to fix CPAL timeout problem

Posted on January 16, 2014 at 05:33Hi, My problem is similar to the following: https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/CPAL%20Spin%20Waits%20in%20Interupt My device used to freeze and have watchdog triggered. I found that...

jhnlmn by Associate III
  • 841 Views
  • 2 replies
  • 0 kudos

Adc3 Dma no value (STM32F4xx)

Posted on January 13, 2014 at 15:56I' m trying to save two ADC3 values in memory using dma, but nothing is stored in the memory, someone can help me, my code is: int main(void) {       //Configuration of the ADC channels used    ADC_Config();      ...

zerbales by Associate
  • 528 Views
  • 2 replies
  • 0 kudos

Problem solved.

Posted on January 16, 2014 at 09:04Nothing weird in the ISR. I used a standard example,  just added a few Pin toggles to follow with LEDs. Don't see it entering the ISR during DEBUG Mode at all though. - Got it - found the problem ! One of the mcp25...

change email address for this forum

Posted on January 15, 2014 at 16:29Anyone know how to change email address for this forum? Looks like the email address (user ID) is not changeable. I guess I'd have to create a new account if it can't be changed which seems kind of dumb. #contac...

trevor23 by Associate III
  • 957 Views
  • 4 replies
  • 1 kudos