STM32H7S3L8 - Is there any way to set option byte XSPI2_HSLV through software.
I want to set XSPI2_HSLV option byte through software , is there any way to do it or i have to use stm32cubeprogrammer only to Enable it.Device = STM32H7S3L8 .
I want to set XSPI2_HSLV option byte through software , is there any way to do it or i have to use stm32cubeprogrammer only to Enable it.Device = STM32H7S3L8 .
Hi , In SPWM generation ,in Center align mode ,May i require give one sine table value twice , in the upword and down counting sequence . Original sine wave values: [A1, A2, A3, ..., A200] DMA array: [A1, A1, A2, A2, A3, A3, ..., A200, A200] like wi...
I am using 5 adc values (emg[5]) and can get the value of them. I want to use these values in the main statement, so I assigned it.However I can't get the value. It's always zero. (good[0] = emg[0]) Can I know what's the matter of this,,? Thanks fo...
Posted on February 11, 2015 at 15:24 Hello, Can someone tell me if it is possible to manage RTS/CTS signals over USB in VCP mode please ? It seems that the CDC example can receive commands, but what should I do to set these signals in ...
I am still a beginner in STMicroelectronics programming. I am trying to do UART serial communication on STM32 Nucleo C031C6. USART2 seemed to be disabled on CubeMx while trying to configure the pins so I used USART1. I am using RealTerm as my serial ...
Hello,STM32F103RB microcontroller.The Figure1 (see attached image) shows clock tree of STM32F103RB microcontroller. Before TIM6CLK, there is a block, which is highlighted in red rectangle. What's IF (APB1 PRESCALER = 1) x1 ELSE x2 label in this red ...
Hi everyone,For any timer, counter mode is equal to center aligned mode 3/2/1 except for up or down there are phase sub. between pwm channels with different duty values. There is no phase sub channels with same duty values. For example, in TIM1 with ...
Dear All,I'm using STM32G0 with 64KB of flash memory and 8KB of RAMif optimization is OFF, its giving error as below and if optimization is ON Level-1 its not giving any errorSo let me know what kind of error i'm facing Compiler - keil
I am trying to set up PWM on Channel 1, 2, 3 of TIM3. At first I set up only Channel 1 and the output voltage of PWM is 2.8V. But after I set up the other two channels, the output voltage of Channel 1 & 3 gets to 3.6V, while that of Channel 2 is stil...
Hi,I want to flash my STM32L452RET6P using a .hex file. I am however struggling with the fact that STM IDE generates a .hex file with lines with only one WORD instead of the only supported double WORD when writing. So I need to buffer and assemble ea...