Resolved! RM0444, Table 210 and RM0454, Table 134, REV_ID apparently wrong.
0x1000 is listed twice (for A, 1.0 and Z, 1.1). Furthermore, I came across a G030J6 with 0x1001, which does not exist according to this table. Package bears 'Z' as rev code.
Ask questions, find answers, and share insights on STM32 products and their technical features.
0x1000 is listed twice (for A, 1.0 and Z, 1.1). Furthermore, I came across a G030J6 with 0x1001, which does not exist according to this table. Package bears 'Z' as rev code.
I can find examples in the STMF0 Cube folders for wakeup from STOP for various peripherals; however, I cannot find any examples of address mark detection wakeup for USART.I have attempted to implement the address mark detection wakeup via the descrip...
I am looking a STM board that contains the SPI controller that exercise the ssp_pl022_r1p3 prime cell IP, http://infocenter.arm.com/help/topic/com.arm.doc.ddi0194g/DDI0194G_ssp_pl022_r1p3_trm.pdf.Thanks for your help for providing the information.
I've two STM32F091RC boards. I'm trying to connect them by CAN interface but i cant received any massage. I was creating my code folowing instuctions for stm32f4 beacuse because I couldn't find instructions for my board.
Thanks for coming into to this postI want to use ADC which is embedded in STM32G030J6M6.I had a experiment with a STM32F030F4 which showed me a very clear ADC.So I used a exactly same source code except ADC and GPIO settings.But I got a unstable ADC ...
HiWhen I want timer count (CNT register) until 5000 for overflow , Set ARR = 5000-1; now I want timer count until 1 So I have to set value ARR = 1_1 (ARR = 0) But When Set ARR = 0 timer don't work and don't have interrupt. Why??how to set ARR Fo...
HiI make a 32 bit timer by to 16 bit timer3(master) & timer4(slave)Now I want my timer count antil 150000 (for example)How to get 150000 in two TIM3->ARR & TIM4->ARR register??Does it have a special formula?this number (150000) isn't fixed.I have a...
Edits: see updates below for listen stateGenerated code using the latest CubeIDE . I2C_GetMode is always 00h. Under which conditions does this mode value change to "slave" and how to move it into slave mode ? mode = HAL_I2C_GetMode (&hi2c1); /...
Hello.I am trying to change an old source code where a new UART port is implemented using pins PA2 and PA3 (UART2). When I run the old code with changes made for UART2 I've got communication errors Parity, noise, frame and overrun error. The huart->E...
Hello All,I am using Nucleo-F44rZE board. From my nucleo board, I want to send a new line char to my terminal which actually has to fee a line in terminal when it recieves it.I have the following code, which actually prints 0A in my terminal instead ...