Resolved! CAN Bus 2.0 and CAN bus FD
We have developed our control system around CAN bus 2.0, but we are trying to move up to the H7, and it only has CAN FD. The question is, can CAN bus FD be configured for operating like CAN bus 2.0?
Ask questions, find answers, and share insights on STM32 products and their technical features.
We have developed our control system around CAN bus 2.0, but we are trying to move up to the H7, and it only has CAN FD. The question is, can CAN bus FD be configured for operating like CAN bus 2.0?
We intend to use STWBC2-HP in our PCB. We would like to use circuit "Qi single coil, fixed frequency full-bridge, USB powered". However, we could not identify components used. Do you have any schematic with higher detail level of details (such as res...
I am writing a code to jump to another application in the flash. In the last step I am initiating peripherals. My question is related if it is sure to de init peripherals without disable the peripheral first. Example: LL_CRC_DeInit(CRC); LL_AHB1_GRP...
Hello,I am trying to do a voltage measurement, i know i can use ADC to do it. What a gpio is capable of when it is configured as Analog Mode? Can it measure voltages? or Can it trigger an interrupt if a defined threshold exceeds?I need a clarificatio...
Hi all, I have an issue. I need to see the Slaves free space, for that, I am reading the slave's Empty space, and based on the results I send the data points which needed. but I am having a big issue. it always has a one execution cycle delay. For ex...
I have code on L4 series that i want to run on L0 series. what are the changes and where that changes i have to make in order to make code runnable. I think with STM32 back word compatibility is there can any one guide me how to do that.
I am working with BlueNRG LP.I am acquiring 3 channels:ADC_VINP0 (PB3)ADC_VINM0 (PB2)BATTERY.I used and modified example of the "BlueNRG-LP Navigator" ADC_DMA.I read ADC_VINP0 and the batteries but ADC_VINM0 not work!! ( I used STEVAL-IDB011V1 and i ...
void MX_ADC_Init(void) { /* USER CODE BEGIN ADC_Init 0 */ /* USER CODE END ADC_Init 0 */ ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE BEGIN ADC_Init 1 */ /* USER CODE END ADC_Init 1 */ /** Configure the global features of ...
I started writing embedded code 7 months back for a robotics project. Till now , I was able to handle most of the stuff with HAL libraries. I hit a snag when trying to interface with a AHRS(Microstrain CX5-25) unit. There were time when only first fe...