User Activity

I read in reference manual and web tutorials of stm32f103c8, there were "AHB", "AHB1" and "AHB2", what's the difference between them, I know "APB1" and "APB2" are 2 APBs, the "1" and "2" are sequential numbers, how about "AHB1" and "AHB2" are they al...
I tried this tutorial on NUCLEO-L412RB-P, it was said "The HAL_EXTIX_IRQHandler and EXTIX_IRQHandler are inside stm32l4xx_it.c file.", I haven't find "EXTIX_IRQHandler" there, is it in somewhere else, or it was needed for L412RB-P?(the tutorial based...
I found in "Figure 11. Memory map" of "Datasheet - production data for STM32F103x8", the address span between Port A and Port B is 1024(0x4001 0c00 - 0x40010800 = 32*32 bits), while I found in "RM0041 - Reference manual STM32F100xx advanced Arm ® -ba...
I ran "SetupSTM32CubeMX-6.8.0.sh", it was prompt:Check exe path on linux FullExe path1 is: /usr/bin/SetupSTM32CubeMX-6.8.0 Exe path is: /usr/bin Search java from relative path ---- Checking java in /usr/bin/./jre/bin/java Checking java in /usr/bin/.....
I have 2 ADC_HandlerTypeDef objects came from 2 different channel of ADC1, and I have an ADC function, like this:ADC_read(ADC_HandlerTypeDef ADC_Handler)How can I use this function for 2 channels?I tried this:if (ADC_Handler == ADC_Handler_1){ .....
Kudos from