Forum Posts
Cannot find a single STM32H7 series chip at any of the standard sellers in North America while the STM32MP series can be found anywhere, so my question is;What does support, in terms of manufacturing, of the STM32H7 look like in the future?
I refuse to purchase a $40 chip for over $400 dollars so will not purchase on current market. I based an entire product line on the STM32H757 and now I cannot buy them so the real question is, should I move to a different processor?
Resolved! Implementing w5500 to stm32l431rct6
Hi everyoneI'm a student and I'm totally new to stm32 controllersI spend two weeks trying connecting stm32l431rct6 to w5500 but I failedcan any one guide me to a tutorial or some videos that I can use ? or can anyone help methank you
Resolved! STM32h743 max FMC SDRAM clock 100MHz?
Hi,I found this in datasheet But we config SDRAM at 120MHz, because we are running at 480MHz.(480MHz / 2 / 2 = 120MHz).I am thinking the datasheet is for STM32H7xx 400MHz, because when I config SDRAM at 120MHz, the system works fine without issue.Doe...
Can STM32 force CAN_TX pin to CAN_RX pin and CAN_RX pin to CAN_TX pin?
Hello, I need some help. I have problem about CAN bus. I connect the wire to the header pin. It swaps between CANH and CANL. Can STM32 force CAN_TX pin to CAN_RX pin and CAN_RX pin to CAN_TX pin? If not, do you have another solution?In my case, I can...
STM32F407VE sector 4 erase problems
I made a mistake a few days ago that resulted in my program erasing part of itself. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\I'm doing a bare metal bootloader on a STM32F407VE and ha...
What does "Bit-Band Operation of Different Data sizes" mean?
Hi, I am reading the book <<The Definitive Guide to the ARM Cortex-M3>>, and I see some descriptions below, but I really don't know what it really means. Could you explain it to me?Thanks very much.
hcan1 not working while hcan2 does work with same settings
I'm working with a custom STM32F105 board with two similar CAN circuits but CAN1 is not working.I use STM32 HAL with this custom CAN lib which handles configuration and buffering.It was working before with the same hardware but I can't get it woking ...