Search found 141 matches
- Mon Dec 01, 2025 10:59 pm
- Forum: Feature Requests
- Topic: FRAM COMPONENT
- Replies: 5
- Views: 151
Re: FRAM COMPONENT
I already have the 256k I2c if you write something I can test them, the spi are more expensive and rare
- Mon Dec 01, 2025 11:49 am
- Forum: Feature Requests
- Topic: FRAM COMPONENT
- Replies: 5
- Views: 151
Re: FRAM COMPONENT
Could you make both versions? The ones found on a well-known Chinese site already mounted on a board are in I2C.
- Sun Nov 30, 2025 4:53 pm
- Forum: General
- Topic: BLACKPILL STM32F411 RTC
- Replies: 20
- Views: 553
Re: BLACKPILL STM32F411 RTC
I'm sorry I didn't notice
- Sun Nov 30, 2025 4:48 pm
- Forum: Feature Requests
- Topic: FRAM COMPONENT
- Replies: 5
- Views: 151
FRAM COMPONENT
HELLO I wanted to ask if you could create a component for FRAM-type memories, which have the advantage of being very fast at up to 3.4 MHz on the bus and, above all, can withstand trillions of read and write cycles. It's an inexpensive component from the MB85RC series, available in various sizes: 25...
- Fri Nov 28, 2025 6:01 pm
- Forum: General
- Topic: BLACKPILL STM32F411 RTC
- Replies: 20
- Views: 553
Re: BLACKPILL STM32F411 RTC
Now I have another type of problem, everything works fine if I use serial 1 but if I put the software serial for example the tx port C13 nothing comes out, C14 arrives ......, C15 nothing comes out, A0 seems to work fine, are there preferable pins for the software serial? I haven't tried other pins ...
- Fri Nov 28, 2025 5:17 pm
- Forum: General
- Topic: BLACKPILL STM32F411 RTC
- Replies: 20
- Views: 553
Re: BLACKPILL STM32F411 RTC
even with the original FC10 STARM_CAL_RTC.c adding the lines of code works
- Fri Nov 28, 2025 5:09 pm
- Forum: General
- Topic: BLACKPILL STM32F411 RTC
- Replies: 20
- Views: 553
Re: BLACKPILL STM32F411 RTC
by entering the C code
__HAL_RCC_PWR_CLK_ENABLE();
HAL_PWR_EnableBkUpAccess();
__HAL_RCC_LSE_CONFIG(RCC_LSE_ON);
__HAL_RCC_RTC_CONFIG(RCC_RTCCLKSOURCE_LSE);
of the old "STM32F QUESTIONS" thread works still with the old STARM_CAL_RTC.c, now I try with the original FC10 one
__HAL_RCC_PWR_CLK_ENABLE();
HAL_PWR_EnableBkUpAccess();
__HAL_RCC_LSE_CONFIG(RCC_LSE_ON);
__HAL_RCC_RTC_CONFIG(RCC_RTCCLKSOURCE_LSE);
of the old "STM32F QUESTIONS" thread works still with the old STARM_CAL_RTC.c, now I try with the original FC10 one
- Fri Nov 28, 2025 4:59 pm
- Forum: General
- Topic: BLACKPILL STM32F411 RTC
- Replies: 20
- Views: 553
Re: BLACKPILL STM32F411 RTC
I only see 1 flash of 1 second and then always off, if in the code I invert the position of the UART block with RTC no flashing always off
- Fri Nov 28, 2025 1:38 pm
- Forum: General
- Topic: BLACKPILL STM32F411 RTC
- Replies: 20
- Views: 553
Re: BLACKPILL STM32F411 RTC
I just need it to see if the code runs
- Thu Nov 27, 2025 8:06 pm
- Forum: General
- Topic: BLACKPILL STM32F411 RTC
- Replies: 20
- Views: 553
Re: BLACKPILL STM32F411 RTC
tried different configurations, turning it off and on again but it always blocked