How to read or get an encoder's value without using encoder mode?
Hi all,I am wondering if it is possible to read an encoder using STM32-L476RG without its Enocder-Mode function. If so, how do I do it?Thanks.
Hi all,I am wondering if it is possible to read an encoder using STM32-L476RG without its Enocder-Mode function. If so, how do I do it?Thanks.
There are some devices on the swing table on the CAN bus, when connected to the inclinometer, stm32H743 will fail to send CAN data. The phenomenon of checking CAN bus with logic analyzer is that ERR is generated at the CRC or CHECK bit, and the resi...
Table 20, "CN9 ZIO Connector pinout" on page 40 of "UM2407 User manual Rev 2 - STM32H Nucleo-144 boards (MB1364)" lists the wrong pin name for pin CN9-15. It is listing PE0 while it should be listing PE9.
Hi, I’m using a STM32F407G-DISC1 board which has 3V power supply.An ADC measures output of op amp. Output voltage is clamped with 3.3V Zener diode. Is the additional 0.3 volts above VCC dangerous for the ADC?
They look the same but I one of them is running the firmware right after plugging the power source, and the other is not. The revision letter is different on both (Y and Z). Is there a way of comparing the changes between both revisions? Thanks in ad...
Referring to RM0444 and DS12232 (referring to STM32G0x1 programming manual and data sheet).In the Low Power section, the RM states that there are five wakeup pins:But in the register section, there is clear mention of WKUP3 (EWUP3 bit in PWR->CR3, WP...
Hi, I am using this code, TIM1,3,4,8 are working directly like a charm, but TIM2 and TIM5 the only 32 bits timers are taking approximately 1 minute and 45 seconds to be working. Does anyone know where comes this issue? uint16_t buffer1[12] = {0,35,...
i want to read out a single ADC (temperature sensor) via polling method and want to display the result on the Display. On the backside of the board are some standard arduino connectors, i used them to connect the temperature sensor (CN7 -> A0 -> PC0 ...
Trying to communicate over I2C but keep getting error when using HAL_I2C_IsDeviceReady(). I am using a device from acconeer (XM132/XE132) which has MCU (STM32G071CBU6). Im gonna communicate the radar on the device (A111). Datasheets for the XM132 dev...
Good Morning,I am using STM32 board with on board debugger. I can build the code as well as Flash the code in Flash memory but not able to read the code from flash memory.I want to unlock the STM32 with J-link. Please guide me.In STM32 Level 0, Level...