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

I2C not responding to read sequence on STM32L0

Hi guys,I'm using the latest ST generated I2C hal driver on an STM32L0. On my I2C master, I'm requesting to read from a register, which sends the following sequence:Start -> Address (W) -> Register 1B -> Stop -> Start -> Address (R) -> Data 4B -> Sto...

Scribe by Associate II
  • 695 Views
  • 2 replies
  • 0 kudos

Automatic Baud Rate Software example

Does anyone have a example for an included automatic baud rate detection?The Dokumentation about it is available here:https://www.st.com/content/ccc/resource/technical/document/application_note/group0/66/fa/62/a2/5c/75/48/a8/DM00327191/files/DM003271...

arduo by Senior
  • 342 Views
  • 0 replies
  • 0 kudos

Timer-Matlab-codegenration

Dear ST community,I'm using MATLAB Simulink to implement a BLDC-motor control. Therefore I use the Target Support Package-STM32 Adapter (STM32-MAT/TARGET).I have problems with the Timer block of this block set.For a simple test, I designed a control ...

OAlsh by Associate
  • 2680 Views
  • 5 replies
  • 0 kudos

STM32F4 with TDC7200 for ToF measurement

Posted on June 22, 2017 at 07:46Hi,I am using TI's http://www.ti.com/product/TDC7200 with STM32F407. The interface is SPI. I am able to read and write into the http://www.ti.com/product/TDC7200 registers (CONFIG1 and CONFIG2) over SPI without any pr...

0690X00000607SGQAY.png

Do we need to enable and set SVCall, PendSV priorities ?

Hello,In stm32cubemx generated code there is the following routine.void HAL_MspInit(void) { /* USER CODE BEGIN MspInit 0 */   /* USER CODE END MspInit 0 */   __HAL_RCC_SYSCFG_CLK_ENABLE();   HAL_NVIC_SetPriorityGrouping(NVIC_PRIORITYGROUP_4);...

ranran by Senior II
  • 605 Views
  • 0 replies
  • 0 kudos