STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32_USB-FS-Device_Lib_V3.3.0 on the STM32F4

Posted on February 13, 2012 at 12:54This is a preemptive question as I have not had anytime to look into this yet but it crossed my mind while building my project.I am currently working on a project destined to go onto my own board with a STM32F417 ...

eamonn by Associate II
  • 309 Views
  • 0 replies
  • 0 kudos

STM32 with multiple CAN ports

Posted on February 09, 2012 at 10:59Is there any plans to release an STM32F2 or F4 with 3 or 4 CAN ports?   Any ideas on adding external CAN ports if not?    #can-stm32f2-stm32f4

USART and DMA (for RS485)

Posted on January 16, 2012 at 16:56 Hello all, I am using DMA to manage the TX line of one USART (RX stays on standard interrupt). I have no problem with a RS232 tranceiver. But when I use a RS485 tranceiver I got a problemwith the CBUS ...

Serial data from GPS to Bluetooth via STM32F103

Posted on February 09, 2012 at 11:18Hi all,I am looking for suggestions on how to design the data forwarding between a GPS receiver and a BT transceiver. It is a https://picasaweb.google.com/111166516525827756469/Rappen10LogBt&sharp57050240279869343...

Fatal error-NO MCU found?

Posted on February 11, 2012 at 21:44Last night I was working with my STM32L and everything was working properly. I had loaded some code to flash the leds. I had the board set up on a bread board and was using the the external 3v power supply pins to...

rj by Associate II
  • 718 Views
  • 5 replies
  • 0 kudos

DAC to Audio Out

Posted on December 13, 2011 at 23:24Has anyone been able to use the DAC output (PA4) to generate sound on the headphone port? It seemed like a trivial thing to do, set up the CS43L22 in analog pass-thru mode... but that was 3 days ago. I generate a ...

dreschel by Associate II
  • 429 Views
  • 1 replies
  • 0 kudos

Flash programming error in Keil MDK

Posted on February 11, 2012 at 16:27Hi! I just started using the STM32F4 discovery board with Keil development environment, and I have a small problem, that I can not program the flash memory of the microcontroller using the Load button. In Keil Bui...

miklos by Associate II
  • 1122 Views
  • 2 replies
  • 0 kudos

u32 should be alligned ?

Posted on February 11, 2012 at 01:17hello One question: when i am using: char table[10]; (...) *(unsigned int*)&table[1]=0x12345678; should the pointer be dword alligned in RAMy ? Can I make safely such access? Or it is forbidden in ARM architecture...

wadi by Associate II
  • 268 Views
  • 1 replies
  • 0 kudos