Skip to content

Commit

Permalink
SRAM addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasclaesson committed Mar 1, 2019
1 parent e024775 commit c3c0e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions TrionicCANLib/Firmware/FileT7.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace TrionicCANLib.Firmware
public class FileT7 : BaseFile
{
public const uint Length = 0x80000;
public const uint SRAMAddress = 0x0F00000;

static public new bool VerifyFileSize(long size)
{
Expand Down
1 change: 1 addition & 0 deletions TrionicCANLib/Firmware/FileT8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace TrionicCANLib.Firmware
public class FileT8 : BaseFile
{
public const uint Length = 0x100000;
public const uint SRAMAddress = 0x100000;

static public new bool VerifyFileSize(long size)
{
Expand Down

0 comments on commit c3c0e1d

Please sign in to comment.