Ask questions, find answers, and share insights on STM32 products and their technical features.
Greetings,SiliconExpert is contracted by Cicor Technologies Ltd to work with their suppliers for accuracy and compliance purposes.We would appreciate your support to provide us with the current lifecycle status (e.g., Active, NRND, to be discontinued...
I'm trying to select a suitable HSE and size the capacitors + resistor for it following the procedures laid out in AN2867, but I can only reach a "not compatible" result even with the example values used in there (the different stages are done for di...
Hello Folks,Im working on STM32l412kb uc (40 kb RAM Size) .My code uses 32kb of data still we have 8KB RAM.But there is one issue with our results i.e stack size overflow we dont get desired output that is only due to stack size overflow.We also o...
The I2C interrupts were enabled and HAL_I2C_Slave_Receive_IT() and HAL_I2C_Slave_Transmit_IT() functions were called. The slave can receive and transmit the data only once and then it pulls the SCL line low disabling further communications. I have tr...
Hi ,I am using HAL_UART_Receive_IT(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size) HAL api for uart receive interrupti am calling it at end of HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart)it works for some time but after some time HAL_...
I have Timer 2 interrupt and an UART 4 interrupt for reading from a GPS module. But they don't work with each other. When I disable Timer 2 interrupt UART 4 interrupt starts to work.I did set Timer 2 interrupt preemption priority to 1 and UART 4 int...
@Exmple::020000041FFFDC:01F800000007:020000041FFFDC:01F80200FF06:020000041FFFDC:01F80400FF04:020000041FFFDC:01F80600FF02:020000041FFFDC:01F80800FF00:020000041FFFDC:01F80A00FFFE:020000041FFFDC:01F80C00FFFC:020000041FFFDC:01F80E00FFFA:00000001FFI was a...
I am starting a project which involves a CMOS camera. I only need to take still images, not video. I would greatly prefer being able to use a microcontroller over an SBC or FPGA. STMicro used to have an STM32F4 with a camera daughter card, but it app...