Resolved! 433MHz MCU selection
I am in search of the 433MHz MCU for my new application, can someone help me with which MCU is offered by STM for the 433MHz RF application?Regards,Jay Kacha
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am in search of the 433MHz MCU for my new application, can someone help me with which MCU is offered by STM for the 433MHz RF application?Regards,Jay Kacha
How to select gain in STM32H743 ADC? I looked up all the configurations/parameters but don't see how can I amplify (select gain) for input channel? I want to measure current which is mV signal.
I have been trying to write single data say 100 to one address and 200 to next address of each sector of flash memory of stm32f030c8, it has 16 sectors and data is written and erased in pages. I want write data to each address in each sector starting...
I'm trying to get my SWD debugger to halt both cores when debugging one of them, but by default it appears to only halt a single core. Looking into the reference manuals for the H755 I see section "63.5.3 Cross Trigger Interfaces (CTI) and matrix (CT...
Hi,I am working on STM32G474.I want to read multiple ADC channels (ADC1 , ADC2 and ADC3 all with 4 channels at a time).I generated interrupt using timer 3 (update event) and reading ADC channels under /* USER CODE BEGIN 2 */ HAL_TIM_Base_Star...
Hi team, can anyone help me what is wrong im doing in the code, ihave used the SRAM(1/2/3) or part of SRAM which is SRAM1, the data is getting erased or written to the specified address but at the end its getting hard fault, can anyone help me to rec...
After the analysis, we know that the processor in the system is powered by a battery voltage of 3.6 V and cyclically/after meeting certain conditions, it goes into Standby mode. It is woken up by the wakeup pin. After waking up, the processor correct...
I'm getting a timeout error when trying to configure a G031 to convert 8 channels. Any ideas what could be causing this? Here is the code: /* USER CODE BEGIN Header */ /** ***************************************************************************...
I am using STM32f334 I2C as master and my slave is Arduino UNOMy problem is I am unable to receive anything from my masterI think the problem here is pull resistor, first I tried using Internal pull resistor but it did not work, then I tried with 2k ...
This is kind of a broad question, but I'm having a bit of trouble understanding/finding resources on using the MPU on this MCU. My goal is to partition some of the variables in my code so that they cannot be accessed by accidental writes/overflow, an...