Search found 8 matches
- Mon Jul 11, 2022 11:14 pm
- Forum: General discussion
- Topic: Vector Table Relocation -or- Use of a 3rd Party Bootloader
- Replies: 6
- Views: 6269
Re: Vector Table Relocation -or- Use of a 3rd Party Bootloader
Simply edit this file system\SMT32F1xx\system_stm32f1xx.c and add some extra characters between the #ifndef.
If it does not failed to build then this mean it is well redefine. But I have no doubt it is well redefined.
So I think I need to specify the application offset in the memory region of ...
- Sun Jul 10, 2022 5:35 am
- Forum: General discussion
- Topic: Vector Table Relocation -or- Use of a 3rd Party Bootloader
- Replies: 6
- Views: 6269
Re: Vector Table Relocation -or- Use of a 3rd Party Bootloader
Simply edit this file system\SMT32F1xx\system_stm32f1xx.c and add some extra characters between the #ifndef.
If it does not failed to build then this mean it is well redefine. But I have no doubt it is well redefined.
after patching as mentioned and making a "build_opt.h" file...
I was able to ...
- Thu Jun 30, 2022 10:33 am
- Forum: General discussion
- Topic: Vector Table Relocation -or- Use of a 3rd Party Bootloader
- Replies: 6
- Views: 6269
Re: Vector Table Relocation -or- Use of a 3rd Party Bootloader
Good answer! Thank you.
Is there a way I can verify that this define/instruction was passed correctly? Inspect the hex/bin or the output?
I am still getting an application non start.
Is there a way I can verify that this define/instruction was passed correctly? Inspect the hex/bin or the output?
I am still getting an application non start.
- Thu Jun 30, 2022 7:56 am
- Forum: General discussion
- Topic: Vector Table Relocation -or- Use of a 3rd Party Bootloader
- Replies: 6
- Views: 6269
Vector Table Relocation -or- Use of a 3rd Party Bootloader
Hi,
So I have an interesting problem. I have a F103 module, which we have a custom (CAN based) bootloader, which is written in STM32CubeIDE. I would like the option of writing code using the STM32dunio core, mostly for library/peripheral testing, but also much quicker to bring code online.
The ...
So I have an interesting problem. I have a F103 module, which we have a custom (CAN based) bootloader, which is written in STM32CubeIDE. I would like the option of writing code using the STM32dunio core, mostly for library/peripheral testing, but also much quicker to bring code online.
The ...
- Mon Jul 13, 2020 10:16 am
- Forum: Libraries & Hardware
- Topic: New CAN Bus Library for the stm32f103
- Replies: 16
- Views: 53213
Re: New CAN Bus Library for the stm32f103
Are the STM32F105xxxx parts supported by this core?mack wrote: Thu Jul 09, 2020 4:19 am It would be very good if it could use the 2nd CAN port of the stm32F105RBT.
Btw I like the way you can select Alternate pins. In my case I did use PA11,PA12
- Thu Jul 09, 2020 12:54 am
- Forum: STM32 HID bootloader
- Topic: HID Bootloader Entry Conditions
- Replies: 1
- Views: 13218
HID Bootloader Entry Conditions
Hey Guys,
Unfortunately for me I was trying to understand how the bootloader worked and really struggled.
So I thought I would write up what I have discovered.
There are a few issue threads on GitHub which discuss this:
https://github.com/Serasidis/STM32_HID_Bootloader/issues/29
https ...
Unfortunately for me I was trying to understand how the bootloader worked and really struggled.
So I thought I would write up what I have discovered.
There are a few issue threads on GitHub which discuss this:
https://github.com/Serasidis/STM32_HID_Bootloader/issues/29
https ...
- Wed Jul 08, 2020 11:24 pm
- Forum: Libraries & Hardware
- Topic: New CAN Bus Library for the stm32f103
- Replies: 16
- Views: 53213
Re: New CAN Bus Library for the stm32f103
WARNING: library eXoCAN claims to run on STM32F1 architecture(s) and may be incompatible with your current board which runs on stm32 architecture(s).
Yes I had this too, it said the example wouldn't suit my board, this is just a pretty straightforward library definition.
There are a few funky ...
- Tue Jul 07, 2020 2:23 am
- Forum: Libraries & Hardware
- Topic: New CAN Bus Library for the stm32f103
- Replies: 16
- Views: 53213
Re: New CAN Bus Library for the stm32f103
Happy to confirm that this library works well on the standard core.
Software Configuration:
Arduino 1.8.10
STM32duino Core 1.8.0
Hardware Configuration:
Generic STM32 Bluepill
Ti SN65HVD232D Can Tranciever
Kvaser Leaf Light v2
Single 120ohm Termination Resistor
Tested Baudrates:
250K ...
Software Configuration:
Arduino 1.8.10
STM32duino Core 1.8.0
Hardware Configuration:
Generic STM32 Bluepill
Ti SN65HVD232D Can Tranciever
Kvaser Leaf Light v2
Single 120ohm Termination Resistor
Tested Baudrates:
250K ...