I am using NUCLEO - G474RE and I am trying to use HRTIM to output some PWM signals. HRTIM_CHA output signals voltage levels are fine (0 - 3.3V). The problem is that the voltage levels of HRTIM_CHB are off. By measuring CHB (PA10/PA11) signals I get P...
I'm using a NUCLEO G0B1RE board in which I'm trying to implement the FDCAN code with a MAX3051ESA+ CAN transceiver. So is this compatible if I use the Classic CAN mode ? If Yes, what are the parameters that need to be set for the following if I'm usi...
HelloI have an external adc with 2 parallel output pins each is 1 bit (2 bits) total, with clK_out pin, I am trying to read the parallel pins using nucleo-h743ZI2 (480Mhz), I followed [AN4666] example to receive the data1, clk_out is connected to PA6...
Hello, While trying to setup an UART connection with a STM32U585ZIT6, we realized that it was not possible to drive the G connectors. To isolate the issue we tried to drive others GPIOs and they are totally fine while GPIOs G remain stuck at GND. We ...
according to the documentation for the iic bus, devices must create start conditions, even if the devices ignore the ACK bit, but stm32f103, in fact, ignores the start bit without the ACK bit. if this is not the case, then where is it written in the ...
My application is using HRTIM in burst mode: PWM is generated part of the time by specifying a period and an idle/run duration based on common tick (TIMA counter).Period (HRTIM_BMPER) is set once at init and idle duration (BMCMPR) updated every 20us....
Should I give up on the STM32H series and move to the STM32MP series?
hello! I'm working on stm32f103 and I found one problem which has a weird solution. In my project, I have a bootloader and main source. I use the 0x800000 address to start the bootloader and 0x8008200 to begin my main project (the bootloader jumps to...