STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! MOSI data during HAL_SPI_Receive operation

I'm using Nucleo-F767 with IAR IDE. I have created project using STM32CubeMx v6.3.0.I want to send one byte over MOSI and receive 27 bytes of data from SPI slave device on MISO. I noticed that random data is seen on MOSI line from 2nd byte. How to ma...

0693W00000D1cf2QAB.png
S.Kamath by Associate II
  • 495 Views
  • 2 replies
  • 0 kudos

PWM off

HiI would like to know if the following code can be used to set the PWM to a constant 0. TIM_OC_InitTypeDef sConfigOC = {0}; sConfigOC.OCMode = TIM_OCMODE_PWM1; sConfigOC.Pulse = 0; sConfigOC.OCPolarity = TIM_OCPOLARITY_HIGH; sConfigOC.OCFastMode = T...

EGonc.3 by Associate II
  • 272 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H723+USB3300

when i debugging:pic1:​pic2:pic3: datasheet:According to the data sheet, after the reset operation, CMOD should be 0, but it is actually 1. Why? The code generated by CUBEMX cannot be used I use the USB3300 chip for the interface.

0693W00000BcDRkQAN.jpg 0693W00000BcDWAQA3.jpg 0693W00000BcDWKQA3.jpg 0693W00000BcDXDQA3.jpg

Resolved! Connect Sensortile to Microsoft Azure

Hi guys, i would ask if someone has a tutorial that shows how to connect a sensortile to Azure IoT. I have already created an IoT apllication on Microsotf Azure, i have Device Id and the SAS (Shared Access Signatures) but i don't understand what i h...

ACarl.3 by Associate II
  • 394 Views
  • 1 replies
  • 0 kudos