STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32f405RGT6 UART4 and USART3 TX problems

Posted on October 31, 2014 at 12:11I'm at wits end trying to figure out why exactly I can't transmit on UART4 or USART3.The RX works, and i can receive data, however the TX pin is not working at all. Below is my configure code for UART4.void init_us...

tylere by Associate II
  • 839 Views
  • 5 replies
  • 0 kudos

Phantom Flash Errors

Posted on October 31, 2014 at 13:53 Hi all. I'm working on a project on an STM32L151CBT6 uC, and getting occasional, unexplained error bits WRPERR and SIZERRset in the flash controller. I set up the flash error interrupt to use the highes...

maroot by Associate
  • 454 Views
  • 2 replies
  • 0 kudos

Init SRam with Zero for SRamParityChecking

Posted on October 31, 2014 at 14:09 I use STM32F030F4 and want to use SRam-parity-checking. The reference manual hints: ''When enabling the RAM parity check, it is advised to initialize by software the whole RAM memory at the beginni...

klaus2 by Associate II
  • 1769 Views
  • 10 replies
  • 0 kudos

F303, nrf24l01 interfacing problems

Posted on October 29, 2014 at 14:19I tried porting someone else's code here:  https://github.com/LonelyWolf/stm32/blob/master/Nrf24l01/nRF24l01.c to F3 (his is for the F1 family).I'm using one of the http://www.addicore.com/2pcs-Addicore-nRF24L01-Wi...

0690X00000605BcQAI.png
arolsen by Associate II
  • 826 Views
  • 5 replies
  • 0 kudos

ST-LINK/V2 works on CooCox?

Posted on October 29, 2014 at 01:37Hello.I am new in ARM development and I am trying CooCox. I want to buy a debugger and I would to know if I will be able to use ST-LINK/V2 with CooCox.Thanks in advance. #debug-stm32-using-st-link/v2

TIM clock

Posted on October 31, 2014 at 10:41Hello, I want to make a timer for my software (call a call back when time is finish). I need to understand the clock source for the timer. I choose to work with TIM7 for that (basic timer). As I see, using RCC_GetC...

yohann by Associate II
  • 490 Views
  • 2 replies
  • 0 kudos

ADC dual slow interleaved mode

Posted on October 31, 2014 at 14:42Dear all, for my application on an STM32F205x the ADC dual slow interleaved mode is the most suitable mode for sampling an analogue signal. In AN3116 both the fast and slow interleaved modes are described. Addition...

Touchscreen and I2C bus on STM32F429I DISCO

Posted on October 09, 2014 at 16:59Hi,I am running on an STM32F429I DISCO board and are trying to get the touchscreen to work in an application using the I2C bus, but I cannot get the touchscreen to run at the same time as the I2C.For the I2C bus I ...

mats23 by Associate II
  • 464 Views
  • 1 replies
  • 0 kudos

STM32L151RB I2C Busy flag always set

Posted on February 17, 2014 at 23:55Hi!I've a custom made board with STM32L15RB microcontroller. My I2C1 is not working well: I see the Busy flag going SET when I activate the APB1 Clock (RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C1, ENABLE);)With a l...

alby87 by Associate II
  • 2007 Views
  • 15 replies
  • 0 kudos