STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer counting too fast in input capture

Posted on March 17, 2017 at 22:20Device: STM32F437My timer seems to count twice as fast as I think it should. My peripheral clock is running @ 42MHz and I have scaled it down to 1 KHz. I got things started and interrupts going thanks to help from JW...

John Hite by Associate III
  • 697 Views
  • 4 replies
  • 0 kudos

I2C slave transmitter HAL code

Posted on March 20, 2017 at 18:24Going through HAL code, I see thisstatic HAL_StatusTypeDef I2C_SlaveTransmit_TXE(I2C_HandleTypeDef *hi2c){ /* Declaration of temporary variables to prevent undefined behavior of volatile usage */ uint32_t CurrentStat...

achin by Associate II
  • 395 Views
  • 0 replies
  • 0 kudos

How to work with Code in QSPI-Flash via XIP?

Posted on March 20, 2017 at 13:58I have a QSPI-Flash with XIP, Driver is working fine. Flashing is possible with ST Link Utility. I'm using the System Workbench. I already defined the Memory Section for QSPI in the LD-File of the Project.Now I have ...

Nor Sch by Associate III
  • 867 Views
  • 3 replies
  • 0 kudos

HAL GPIO only pin related functions?

Posted on March 20, 2017 at 11:57In my new projects, i'd like to use HAL instead of stdperiph drivers to become more flexible for future hardware changes.Is there any reason, why HAL only supports functions for manipulating single pins but not a com...

knut2 by Associate II
  • 430 Views
  • 1 replies
  • 0 kudos

Pull up resistor ?

Posted on March 20, 2017 at 11:11Everyone,Do I need pull up resistor for SPI and GPIO port ? thanks#gpio #pull-up-resistor #spi

카지노주소╡∫→(79SNS.CoM)�∫╡슈�카지노

Posted on March 20, 2017 at 10:23카지노주소╡∫→(79SNS.CoM)�∫╡슈�카지노카지노주소╡∫→(79SNS.CoM)�∫ ╡슈�카지노카지노주소╡∫→(79SNS.CoM)�∫╡슈�카지노카지노주소╡∫→(79SNS. ...

CubeMX STM32L433CC bug?

Posted on February 07, 2017 at 17:36 Hi CubeMX generates the following code for a timer (timer2) with 4 PWM channels. Each of the channels are configured with the same parameters. Obviously for channel1 the line: GPIO_InitStruct.Alter...

STM32F030F4P6

Posted on March 19, 2017 at 15:22Hallo.Ich habe mal eine ganz bescheidene Frage.Wie konfiguriere ich bei einem STM32F030x die beiden Pins (PF0/1) als Ausg�nge?Im Datenblatt steht, dass diese angeblich nach Reset als solche benutzbar sind. Leider kla...

DCMI to memory, memory to UART, DMA Transfer

Posted on September 25, 2013 at 13:01Hi,I want to receive datas from DCMI interface and then transfer it to UART interface through DMA.To do that, I am plannig to receive each Byte from the DCMI interface store it into a buffer using DMA and then tr...