Is factory programming available for ST microcontrollers?
Is it possible to get factory programmed microcontrollers with customer specific software (provided via .hex or .bin file) from ST and if so where can I find information about it?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is it possible to get factory programmed microcontrollers with customer specific software (provided via .hex or .bin file) from ST and if so where can I find information about it?
The lead time shall be say 10-12 weeks time. need to have quad 144 pin package.
I'm trying standard CAN communication from a STM32H743 Nucleo board, with an MCP2551 CAN transceiver connected to PA11/PA12. However, I'm not able to transmit anything.With this same transceiver circuit, I am able to transmit CAN frames when connecte...
We want to use the HSE clock for above mcu. To whicjh pins do we connect the osc?We are missing the osc_out pin?
I am using STM32G030K6 controller but it's unable to detect PVD. I would like to know whether it supports PVD or not. void HAL_MspInit(void) { /* USER CODE BEGIN MspInit 0 */ /* USER CODE END MspInit 0 */ PWR_PVDTypeDef sConfigPVD = {0}; ...
I enable three ADC. ADC1, ADC2, ADC3.example:I enable these DMA, DMA2_Stream1_IRQHandler, DMA2_Stream2_IRQHandler, DMA2_Stream4_IRQHandler. Each DMA IRQ handler having each HAL_DMA_IRQHandler().But ADC_IRQHandler() having three HAL_ADC_IRQHandler(). ...
Hi I am coming from esp8266 /esp32 i was using freertos lib with arduino (because of lot libraries for sensors )on platform.io ide , I have few questions Which IDE is best for stm32 and which toolkit , is ARM Embed IDE good ? or Should i use freetos...
Hi,how to generate the sine wave using pulse width modulation for 5Khz frequency using Sine wave look up table. I have already created the sine wave look up table but I am not getting how to do with the help of sine wave look up table to generate the...